X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FwizardOverlay.css;h=f149862ed6402a4e4f177d2c78c7a9d3b1da07e8;hp=d71e5ab2e887e463b128ee57d817423edbb47df5;hb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/wizardOverlay.css b/EarlyBlue/global/wizardOverlay.css index d71e5ab2..f149862e 100644 --- a/EarlyBlue/global/wizardOverlay.css +++ b/EarlyBlue/global/wizardOverlay.css @@ -38,16 +38,16 @@ @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; } +