another small cleanup change
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index 36c1ca431e64a4609c797f4cc1abaa9dc559a139..e4693786bfeb8109e0042e13b64801989e750594 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-#sidebar-box 
-  {
-    margin-top            : 0px;
-    border                : none;
-    background-color      : #CCD0DD;
-  }
+#sidebar-box {
+  margin-top: 0px;
+  border: none;
+  background-color: #CCD0DD;
+}
 
 /* ::::: sidebar header ::::: */
 
-.sidebarheader-main 
-  {
-    border: none;
-    color: #CCD0DD;
-    background-color: #666699;
-    padding-left: 4px;
-  }
+.sidebarheader-main {
+  border: none;
+  color: #CCD0DD;
+  background-color: #666699;
+  padding-left: 4px;
+}
 
 #sidebar-panel-picker {
-  -moz-box-direction: reverse;
   color: inherit;
 }
   
-#sidebar-panel-picker > .toolbarbutton-dropmarker
-  {
-    padding-left: 4px;
-    list-style-image: url("chrome://global/skin/menu-arrow-hover.gif");
-  }
-
-.sidebar-header-text  
-  {
-    font-weight: bold;
-  }
+.sidebar-header-text {
+  font-weight: bold;
+}
 
 /* ..... close button ..... */
 
 
 .sbtab-twisty {
   margin: 2px 3px 0px 3px;
-  list-style-image: url("chrome://global/skin/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
 
 /*
 }
 
 .sbtab-twisty[selected="true"] {
-  list-style-image: url("chrome://global/skin/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }