updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / global / wizardOverlay.css
index d71e5ab2e887e463b128ee57d817423edbb47df5..f149862ed6402a4e4f177d2c78c7a9d3b1da07e8 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 #wiz-back-button {
-  list-style-image            : url("chrome://global/skin/scroll-left.gif");
+  list-style-image            : url("chrome://global/skin/arrow/arrow-left.gif");
 }
 #wiz-back-button[disabled] {
-  list-style-image            : url("chrome://global/skin/scroll-left-disabled.gif");
+  list-style-image            : url("chrome://global/skin/arrow/arrow-left-disabled.gif");
 }
 #wiz-next-button {
-  list-style-image            : url("chrome://global/skin/scroll-right.gif");
+  list-style-image            : url("chrome://global/skin/arrow/arrow-right.gif");
 }
 #wiz-next-button[disabled] {
-  list-style-image            : url("chrome://global/skin/scroll-right-disabled.gif");
+  list-style-image            : url("chrome://global/skin/arrow/arrow-right-disabled.gif");
 }
 
 #wizardButtons 
@@ -61,3 +61,4 @@
     margin-right              : 44px;
     width                     : 30em;
   } 
+