adding :hover:active to scrollbar(s)
[themes.git] / LCARStrek / global / skin / scrollbars.css
index c4c4c62b350b3059e1db7fc8e7f3af1f802772ed..0cbb2d1414799e261c424bbcbd4b357af076f68a 100755 (executable)
@@ -10,7 +10,7 @@ scrollbar {
 /********* XP Scrollbar *********/
 
 thumb {
-  -moz-binding: url(chrome://global/content/xulBindings.xml#thumb);
+  -moz-binding: url(chrome://global/skin/workaround.xml#thumbh);
   background-color: #9C9CFF;
   padding: 1px;
   list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif");
@@ -31,6 +31,15 @@ scrollbar[align="vertical"] > slider > thumb[disabled="true"] {
    list-style-image: url("chrome://global/skin/scroll-thumb-vert-disabled.gif")
 }
 
+thumb:active,
+thumb:hover:active {
+   background-color: #008484;
+}
+
+thumb:hover {
+   background-color: #FFCF00;
+}
+
 scrollbarbutton {
   vertical-align: bottom;
   cursor: default;
@@ -96,17 +105,11 @@ scrollbar[align="vertical"] > scrollbarbutton[type="increment"][disabled="true"]
    list-style-image: url("chrome://global/skin/scroll-down-disabled.gif"); 
 }
 
-thumb:active {
-   background-color: #008484;
-}
-
-thumb:hover {
-   background-color: #FFCF00;
-}
-
 slider {
    background-color: #000000;
 }
 
 
 
+
+