зеркало из https://github.com/mozilla/gecko-dev.git
Oops, didn't mean to check this in on trunk
This commit is contained in:
Родитель
bc0df43d66
Коммит
12e2730477
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче