X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FsearchDialog.css;h=3060fcc297fc8a836885fc2008badae4f0fcbb13;hp=ccfabd8f24ce388f93ed66509e7b3dcbfc18e4da;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=3e7d9b4db20c0556c92704dbb443e3513fae3012 diff --git a/LCARStrek/messenger/searchDialog.css b/LCARStrek/messenger/searchDialog.css index ccfabd8f..3060fcc2 100644 --- a/LCARStrek/messenger/searchDialog.css +++ b/LCARStrek/messenger/searchDialog.css @@ -34,12 +34,12 @@ color: #8050B0; } -menulist { +menulist:not(#menuSearchLocalSystem) { width: 12em; } -menulist > menupopup > menuitem { - -moz-padding-end: 2px; +menulist:not(#menuSearchLocalSystem) > menupopup > menuitem { + padding-inline-end: 2px; } textbox { @@ -47,7 +47,7 @@ textbox { } .filler { - -moz-padding-end: 22px; + padding-inline-end: 22px; } .small-button { @@ -55,7 +55,3 @@ textbox { padding: 0px; margin: 0px 1px; } - -listbox { - padding-top: 2px; -}