Oops, didn't mean to check this in on trunk

This commit is contained in:
jwalden%mit.edu 2004-10-01 20:50:46 +00:00
parent bc0df43d66
commit 12e2730477
2 changed files with 7 additions and 9 deletions

View File

@ -114,15 +114,14 @@ toolbar[mode="icons"] > toolbarbutton > toolbarbutton > .toolbarbutton-text {
#help-throbber { #help-throbber {
-moz-appearance: none; -moz-appearance: none;
-moz-user-focus: ignore; -moz-user-focus: ignore;
-moz-box-pack: center; margin: 0 !important;
margin: 0 1px 0 1px !important;
border: none !important; border: none !important;
padding: 0 !important; padding: 0px !important;
min-width: 0; min-width: 0;
background-color: transparent; background-color: transparent;
list-style-image: url("chrome://global/skin/icons/notloading_16.png"); list-style-image: url("chrome://help/skin/throbber.png");
} }
#help-throbber[busy="true"] { #help-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif"); list-style-image: url("chrome://help/skin/throbber-busy.gif");
} }

View File

@ -111,13 +111,12 @@ toolbar[mode="text"] .toolbarbutton-icon {
-moz-user-focus: ignore; -moz-user-focus: ignore;
margin: 0 !important; margin: 0 !important;
border: none !important; border: none !important;
padding: 0 !important; padding: 0px !important;
min-width: 0; min-width: 0;
background-color: transparent; background-color: transparent;
list-style-image: url("chrome://browser/skin/Throbber-small.png"); list-style-image: url("chrome://help/skin/throbber.png");
} }
#help-throbber[busy="true"] { #help-throbber[busy="true"] {
list-style-image: url("chrome://browser/skin/Throbber-small.gif"); list-style-image: url("chrome://help/skin/throbber-busy.gif");
-moz-opacity: 0.5;
} }