X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=bf10f3eb7937751f346b159abe4ec34df90f5a06;hp=b3200726171074b8d3089bf89f5a8f38ba8867fb;hb=7327c957c10aeaccf57a457a9950ac380a326f29;hpb=a21f2959e83ccf2205d47a86451bb082cb3aef31 diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index b3200726..bf10f3eb 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); } @@ -71,6 +79,7 @@ radio[pane=paneSync] { list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important; } +/* These lines should be removed as part of fixing bug 1140495 */ label.small { font-size: smaller; } @@ -81,6 +90,11 @@ label.small { /* General Pane */ +#useFirefoxSync, +#getStarted { + font-size: 90%; +} + #isNotDefaultLabel { font-weight: bold; }