X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=8e333868fdf10c7a866d6b94bb3fc95628fa12e2;hp=df3add6e47fa37ee523b536093108b289da040b2;hb=8922acc9f23be3328737c96320e3a52ffea789cb;hpb=9168a62c02f1b9fe7953f2fba5f32305980ac1a3 diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index df3add6e..8e333868 100644 --- a/LCARStrek/browser/preferences/preferences.css +++ b/LCARStrek/browser/preferences/preferences.css @@ -27,6 +27,14 @@ radio[pane=paneTabs]:not([selected="true"]):hover { -moz-image-region: rect(32px, 64px, 64px, 32px); } +#BrowserPreferences radio[pane=paneSearch] { + list-style-image: url("chrome://browser/skin/search-pref.png"); +} + +#BrowserPreferences radio[pane=paneSearch]:not([selected="true"]):hover { + list-style-image: url("chrome://browser/skin/search-pref-hover.png"); +} + radio[pane=paneContent] { -moz-image-region: rect(0, 96px, 32px, 64px); } @@ -79,6 +87,12 @@ label.small { margin: 6px; } +/* General Pane */ + +#isNotDefaultLabel { + font-weight: bold; +} + /* Content Pane */ #translationAttributionImage { width: 70px;