bug 77 css scoping - making skin work again
[themes.git] / EarlyBlue / global / skin / scrollbox.css
diff --git a/EarlyBlue/global/skin/scrollbox.css b/EarlyBlue/global/skin/scrollbox.css
new file mode 100644 (file)
index 0000000..e704af7
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * 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 {
+    margin                : 1px 2px 2px 1px;
+    border                : 1px solid transparent;
+    padding               : 1px;
+    height                : 1em;  
+    text-align            : center;
+    vertical-align        : middle;
+}
+
+autorepeatbutton:hover {
+    background-color      : #336699;
+    margin                : 1px;
+    border                : 1px inset #CCD0DD;
+    padding               : 2px 1px 1px 2px;
+}
+