mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1173612 - Use inverted loading icon for aboutDialog in Nightly/DevEdition builds;r=Gijs
This commit is contained in:
parent
c1181756b0
commit
9d21ada645
@ -9,6 +9,16 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Use inverted spinner icon on the dark background */
|
||||
.update-throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-inverted.png");
|
||||
}
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
.update-throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-inverted@2x.png");
|
||||
}
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #fff !important;
|
||||
text-decoration: underline;
|
||||
|
@ -9,6 +9,16 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Use inverted spinner icon on the dark background */
|
||||
.update-throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-inverted.png");
|
||||
}
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
.update-throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-inverted@2x.png");
|
||||
}
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #fff !important;
|
||||
text-decoration: underline;
|
||||
|
@ -9,6 +9,16 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Use inverted spinner icon on the dark background */
|
||||
.update-throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-inverted.png");
|
||||
}
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
.update-throbber {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-inverted@2x.png");
|
||||
}
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #fff !important;
|
||||
text-decoration: underline;
|
||||
|
BIN
toolkit/themes/shared/icons/loading-inverted.png
Normal file
BIN
toolkit/themes/shared/icons/loading-inverted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
toolkit/themes/shared/icons/loading-inverted@2x.png
Normal file
BIN
toolkit/themes/shared/icons/loading-inverted@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -17,6 +17,8 @@
|
||||
skin/classic/global/aboutSupport.css (../../shared/aboutSupport.css)
|
||||
skin/classic/global/appPicker.css (../../shared/appPicker.css)
|
||||
skin/classic/global/config.css (../../shared/config.css)
|
||||
skin/classic/global/icons/loading-inverted.png (../../shared/icons/loading-inverted.png)
|
||||
skin/classic/global/icons/loading-inverted@2x.png (../../shared/icons/loading-inverted@2x.png)
|
||||
skin/classic/global/icons/warning.svg (../../shared/incontent-icons/warning.svg)
|
||||
skin/classic/global/alerts/alert-common.css (../../shared/alert-common.css)
|
||||
skin/classic/global/menu/shared-menu-check@2x.png (../../shared/menu-check@2x.png)
|
||||
|
Loading…
Reference in New Issue
Block a user