rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / global / scrollbox.css
index cf42f1c28061207b32ecca527e86eec710fa1276..ef24a419818fc29ecac205a8090c94e232bc4e47 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/*
- * Autorepeatbutton
- */
-.autorepeatbutton-up 
-  {
-    list-style-image      : url("chrome://global/skin/scroll-up.gif")
-  }
+/* ::::: Autorepeatbutton ::::: */
 
-.autorepeatbutton-down 
-  {
-    list-style-image      : url("chrome://global/skin/scroll-down.gif")
-  }
+.autorepeatbutton-up {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif")
+}
 
-autorepeatbutton 
-  {
-    -moz-box-align        : center;
-    -moz-box-pack         : center;
-    margin                : 1px 2px 2px 1px;
-    padding               : 1px;
-    height                : 1em;  
-  }
+.autorepeatbutton-down {
+  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif")
+}
 
-autorepeatbutton:hover 
-  {
-    background-color      : #FFCF00;
-    color                 : #000000;
-    margin                : 1px;
-    padding               : 2px 1px 1px 2px;
-  }
+autorepeatbutton {
+  -moz-box-align: center;
+  -moz-box-pack: center;
+  margin: 1px 2px 2px 1px;
+  border: 1px solid transparent;
+  padding: 1px;
+}
+
+autorepeatbutton:hover {
+  background-color: #FFCF00;
+  margin: 1px;
+  border: 1px inset #000000;
+  padding: 2px 1px 1px 2px;
+}