sync EarlyBlue mozapps with *stripe
[themes.git] / EarlyBlue / global / scrollbars.css
index 742c823b3a019df9dcc2ff928b3ce7182b360a0b..ce72d0f6c7a8078c94f0bb00235fa4fb2121487f 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
-
 /* ===== scrollbars.css =================================================
   == Styles used by XUL scrollbar-related elements.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
+
 /* ::::: scrollbar ::::: */
 
 scrollbar {
@@ -98,7 +98,8 @@ thumb[orient="horizontal"][disabled="true"] {
 scrollbarbutton {
 }
 
-scrollbarbutton:hover:active {
+scrollbarbutton:hover:active,
+scrollbarbutton[active="true"] {
   border-style: inset;
   padding: 2px 0px 0px 2px;
 }
@@ -109,6 +110,7 @@ scrollcorner {
   -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base");
   cursor: default;
   background-color: #999999;
+  width: 13px;
 }
 
 /* ..... increment .... */
@@ -200,7 +202,8 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
 
   /* ::::: scrollbar button ::::: */
 
-  html|div scrollbarbutton {
+  html|div scrollbarbutton,
+  html|div scrollbarbutton[active="true"] {
     background: -moz-Dialog no-repeat 0px 1px;
     min-width: 16px;
     min-height: 16px;