make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / EarlyBlue / browser / pref / pref.css
index b7b518862fe37d0fb9a54842a82ddcb1ae7a79fa..eae897ae4a67a01b2c7de40d434713acafccabf1 100644 (file)
 # ***** END LICENSE BLOCK *****
 */
 
-.listBox {
-  margin: 2px 2px;
-  border: 1px inset #CCD0DD;
-  background-color: #FFFFFF;
-}
-
 .buttonBox {
   margin: 0px 3px 0px 0px !important;
 }
 #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;
-}
-
-.uniWidthButton {
-  min-width: 8em;
-}
+#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); }
 
-/** 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: #CCD0DD;
+  border: 1px solid #9999CC;
 }
 
-/* Themes/Extensions Items */
 .themesLink {
   margin-left: 0px;
   text-decoration: underline;
 .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 #666699;
-}
-
-.extensionInfoArea {
-  background-color: #FFFFFF !important;
-  height: 10em;
-}