adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / global / scrollbox.css
diff --git a/EarlyBlue/skin/EarlyBlue/global/scrollbox.css b/EarlyBlue/skin/EarlyBlue/global/scrollbox.css
new file mode 100644 (file)
index 0000000..1bbb43e
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+ * Autorepeatbutton
+ */
+.autorepeatbutton-up 
+  {
+    list-style-image      : url("chrome://global/skin/scroll-up.gif")
+  }
+
+.autorepeatbutton-down 
+  {
+    list-style-image      : url("chrome://global/skin/scroll-down.gif")
+  }
+
+autorepeatbutton 
+  {
+    -moz-box-align        : center;
+    -moz-box-pack         : center;
+    margin                : 1px 2px 2px 1px;
+    border                : 1px solid transparent;
+    padding               : 1px;
+    height                : 1em;  
+  }
+
+autorepeatbutton:hover 
+  {
+    background-color      : #336699;
+    margin                : 1px;
+    border                : 1px inset #CCD0DD;
+    padding               : 2px 1px 1px 2px;
+  }
+