fix bookmark icons to not be extended to 16px if not necessary and bookmark menus...
[themes.git] / EarlyBlue / global / scrollbars.css
index 209578d0c68b92c48c1f932cd837ff6f64ba2bfd..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,10 +98,20 @@ thumb[orient="horizontal"][disabled="true"] {
 scrollbarbutton {
 }
 
-scrollbarbutton:hover:active {
+scrollbarbutton:hover:active,
+scrollbarbutton[active="true"] {
   border-style: inset;
   padding: 2px 0px 0px 2px;
-}   
+}
+
+/* ::::: square at the corner of two scrollbars ::::: */
+
+scrollcorner {
+  -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base");
+  cursor: default;
+  background-color: #999999;
+  width: 13px;
+}
 
 /* ..... increment .... */
 
@@ -111,7 +121,7 @@ scrollbarbutton[type="increment"] {
 
 
 scrollbarbutton[type="increment"][disabled="true"] {
-  background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif") 
+  background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif")
 }
 
 scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
@@ -129,7 +139,7 @@ scrollbarbutton[type="decrement"] {
 }
 
 scrollbarbutton[type="decrement"][disabled="true"] {
-  background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif") 
+  background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif")
 }
 
 scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -153,7 +163,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
     background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
   }
 
-  html|div scrollbar[orient="vertical"] 
+  html|div scrollbar[orient="vertical"]
   {
      -moz-appearance: scrollbartrack-vertical;
   }
@@ -192,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;
@@ -230,4 +241,4 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
      background-image: url("chrome://global/skin/arrow/arrow-up.gif")
   }
 
-}
\ No newline at end of file
+}