X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=bfaae17980cb818d25c4b9f5da87f338afc62136;hb=8c5bee4f41ec2cdc446d0b5c42385415c2b704f1;hp=2c5e3c163f5739e20b73188df6cb6f6a5951a0cb;hpb=93c91f62d8a75f3af43e52e373405ebf37fc196c;p=themes.git diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index 2c5e3c16..bfaae179 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,17 @@ label.small { margin: 6px; } +/* General Pane */ + +#useFirefoxSync, +#getStarted { + font-size: 90%; +} + +#isNotDefaultLabel { + font-weight: bold; +} + /* Content Pane */ #translationAttributionImage { width: 70px; @@ -188,11 +207,3 @@ label.small { #noFxaAccount > label:first-child { margin-bottom: 0.6em; } - -#fxa-pweng-help-link > label { - margin: 0; -} - -#fxa-pweng-help-link > image { - list-style-image: url("chrome://global/skin/icons/question-16.png"); -}