зеркало из https://github.com/mozilla/gecko-dev.git
Bug 428764 - CSS and packaging changes (/toolkit) for APNG throbber. r/ui-r/a1.9=beltzner
This commit is contained in:
Родитель
c799e1aaed
Коммит
ab65aa954a
|
@ -207,7 +207,7 @@ richlistitem[loading="true"] .updateBadge {
|
|||
height: 16px;
|
||||
margin-bottom: -3px;
|
||||
-moz-margin-end: -2px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
|
@ -215,7 +215,7 @@ richlistitem[loading="true"] .updateBadge {
|
|||
-moz-margin-start: 5px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
|
||||
.selectedStatusMsgs > hbox {
|
||||
|
|
|
@ -48,7 +48,7 @@ license {
|
|||
margin-top: 3px;
|
||||
}
|
||||
.licenseLoadingThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
.licenseLoadingThrobber[state="error"] {
|
||||
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
||||
|
@ -105,10 +105,10 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo
|
|||
}
|
||||
#downloadThrobber {
|
||||
margin: 5px 3px 0px 5px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
||||
}
|
||||
#downloadThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
#downloadStatusLine {
|
||||
-moz-box-align: start;
|
||||
|
|
|
@ -197,7 +197,7 @@ richlistitem[loading="true"] .updateBadge {
|
|||
height: 16px;
|
||||
margin-bottom: -3px;
|
||||
-moz-margin-end: -2px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
|
@ -205,7 +205,7 @@ richlistitem[loading="true"] .updateBadge {
|
|||
-moz-margin-start: 5px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
|
||||
.selectedStatusMsgs > hbox {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
.throbber {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -89,7 +89,7 @@ toolbarbutton[type="updates"][severity="2"] > .toolbarbutton-icon {
|
|||
}
|
||||
|
||||
.throbber {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -48,7 +48,7 @@ license {
|
|||
margin-top: 3px;
|
||||
}
|
||||
.licenseLoadingThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
.licenseLoadingThrobber[state="error"] {
|
||||
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
||||
|
@ -105,10 +105,10 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo
|
|||
}
|
||||
#downloadThrobber {
|
||||
margin: 5px 3px 0px 5px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
||||
}
|
||||
#downloadThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
#downloadStatusLine {
|
||||
-moz-box-align: start;
|
||||
|
|
Загрузка…
Ссылка в новой задаче