diff --git a/mozilla/toolkit/themes/pinstripe/help/help.css b/mozilla/toolkit/themes/pinstripe/help/help.css index e1a7c198c69..034f7a33677 100644 --- a/mozilla/toolkit/themes/pinstripe/help/help.css +++ b/mozilla/toolkit/themes/pinstripe/help/help.css @@ -114,14 +114,15 @@ toolbar[mode="icons"] > toolbarbutton > toolbarbutton > .toolbarbutton-text { #help-throbber { -moz-appearance: none; -moz-user-focus: ignore; - margin: 0 !important; + -moz-box-pack: center; + margin: 0 1px 0 1px !important; border: none !important; - padding: 0px !important; + padding: 0 !important; min-width: 0; background-color: transparent; - list-style-image: url("chrome://help/skin/throbber.png"); + list-style-image: url("chrome://global/skin/icons/notloading_16.png"); } #help-throbber[busy="true"] { - list-style-image: url("chrome://help/skin/throbber-busy.gif"); + list-style-image: url("chrome://global/skin/icons/loading_16.gif"); } diff --git a/mozilla/toolkit/themes/winstripe/help/help.css b/mozilla/toolkit/themes/winstripe/help/help.css index ad2ff78af8d..1c351b7f1ea 100644 --- a/mozilla/toolkit/themes/winstripe/help/help.css +++ b/mozilla/toolkit/themes/winstripe/help/help.css @@ -111,12 +111,13 @@ toolbar[mode="text"] .toolbarbutton-icon { -moz-user-focus: ignore; margin: 0 !important; border: none !important; - padding: 0px !important; + padding: 0 !important; min-width: 0; background-color: transparent; - list-style-image: url("chrome://help/skin/throbber.png"); + list-style-image: url("chrome://browser/skin/Throbber-small.png"); } #help-throbber[busy="true"] { - list-style-image: url("chrome://help/skin/throbber-busy.gif"); + list-style-image: url("chrome://browser/skin/Throbber-small.gif"); + -moz-opacity: 0.5; }