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
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user