X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpref%2Fpref.css;h=191bab65ca98a43fd5da19e6f983f8c35c2ea671;hp=c4f1ce60691f4948974286a7c3ecc210d5bfe7de;hb=613daf44f803febb8f13cb8e08f43e09d27bfee2;hpb=0697ec23b364dcfa9fff0667517fc729d1821b4d diff --git a/LCARStrek/browser/pref/pref.css b/LCARStrek/browser/pref/pref.css index c4f1ce60..191bab65 100644 --- a/LCARStrek/browser/pref/pref.css +++ b/LCARStrek/browser/pref/pref.css @@ -37,13 +37,6 @@ # ***** END LICENSE BLOCK ***** */ -.listBox { - -moz-border-radius: 3px; - margin: 2px 2px; - border: 1px solid #9C9CFF; - background-color: #000000; -} - .buttonBox { margin: 0px 3px 0px 0px !important; } @@ -81,36 +74,23 @@ #catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); } #catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); } #catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); } +#catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); } #catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); } #catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); } -#catFontsButton { list-style-image: url("chrome://browser/skin/pref/fonts.gif"); } -#catProxiesButton { list-style-image: url("chrome://browser/skin/pref/proxies.gif"); } -#catDownloadsButton { list-style-image: url("chrome://browser/skin/icons/downloads.gif"); } - -.indent { - margin-left: 23px; - margin-right: 23px; -} +#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); } -.uniWidthButton { - min-width: 8em; -} - -/** Privacy Panel Expander Box **/ -#privacyCategories { +expander { margin: 2px; - padding: 2px; -} - -.settingsContainer { - padding: 2px 0px 3px 15px; + border: 1px solid transparent; } -.expanderButton { - cursor: pointer; +#privacyCategories > expander[open="true"] { + background-color: #E7ADE7; + color: #000000; + border: 1px solid #9C9CFF; + -moz-border-radius: 3px; } -/* Themes/Extensions Items */ .themesLink { margin-left: 0px; text-decoration: underline; @@ -121,22 +101,3 @@ .themesLink:active { color: red; } - -#previewImageContainer { - height: 93px; - padding: 1px; -} - -#previewImage { - /* remember: width/height includes border, so 2px bigger for a 1px border */ - max-width: 357px; - min-width: 357px; - max-height: 87px; - min-height: 87px; - border: 1px solid #9C9CFF; -} - -.extensionInfoArea { - background-color: #000000 !important; - height: 10em; -}