From adea5921fcbb8be355fcd4ffc8e256221c1e3a56 Mon Sep 17 00:00:00 2001 From: "jwalden%mit.edu" Date: Fri, 1 Oct 2004 20:49:02 +0000 Subject: [PATCH] Bug 260874 - Help window Activity Indicator (throbber) isn't right. r=steffen git-svn-id: svn://10.0.0.236/trunk@163110 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/themes/pinstripe/help/help.css | 9 +++++---- mozilla/toolkit/themes/winstripe/help/help.css | 7 ++++--- 2 files changed, 9 insertions(+), 7 deletions(-) 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; }