another small cleanup change
authorrobert <robert>
Thu, 24 Jan 2002 20:41:45 +0000 (20:41 +0000)
committerrobert <robert>
Thu, 24 Jan 2002 20:41:45 +0000 (20:41 +0000)
EarlyBlue/communicator/sidebar/sidebar.css
EarlyBlue/global/button.css

index 36c1ca431e64a4609c797f4cc1abaa9dc559a139..e4693786bfeb8109e0042e13b64801989e750594 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @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 ::::: */
 
 
 /* ::::: 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 {
 
 #sidebar-panel-picker {
-  -moz-box-direction: reverse;
   color: inherit;
 }
   
   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 ..... */
 
 
 /* ..... close button ..... */
 
 
 .sbtab-twisty {
   margin: 2px 3px 0px 3px;
 
 .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"] {
 }
 
 .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");
 }
 }
index 3544a8049be757d154b2f8252865251551cceddd..b74c7a825b69e33dd780c539b9da72e637c2898a 100644 (file)
@@ -74,13 +74,14 @@ button:focus > .button-box {
 
 /* .......... default state .......... */
 
 
 /* .......... default state .......... */
 
-button[default="true"] {
+button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
   -moz-box-direction: reverse;
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
   -moz-box-direction: reverse;
+  padding-right: 6px;
 }
 
 }
 
-button[default="true"][disabled="true"] {
+button[default="true"][disabled="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return-disabled.gif");
 }
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return-disabled.gif");
 }