mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 428759 - No update throbber on OS X, r=gavin, a=schrep, pwned=dolske
This commit is contained in:
parent
da7e191e2e
commit
21ab18e1ac
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
.throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: 5px;
|
||||
|
@ -52,7 +52,7 @@ license {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.licenseLoadingThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.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");
|
||||
@ -126,7 +126,7 @@ wizard[currentpageid="updatesfound"] .wizard-page-box {
|
||||
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
|
||||
}
|
||||
#downloadThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
}
|
||||
|
||||
#verificationFailedIcon {
|
||||
|
Loading…
Reference in New Issue
Block a user