mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 790125 - Throbber not working in browser video controls on B2G - r=cjones
This commit is contained in:
parent
16e0947c04
commit
c04308a2a7
@ -140,11 +140,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.statusIcon[type="throbber"] {
|
.statusIcon[type="throbber"] {
|
||||||
background: url(chrome:///content/images/throbber.png) no-repeat center;
|
background: url("chrome://browser/content/images/throbber.png") no-repeat center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statusIcon[type="error"] {
|
.statusIcon[type="error"] {
|
||||||
background: url(chrome://global/content/images/error.png) no-repeat center;
|
background: url("chrome://browser/content/images/error.png") no-repeat center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CSS Transitions */
|
/* CSS Transitions */
|
||||||
|
@ -37,5 +37,5 @@ chrome.jar:
|
|||||||
content/images/pause-hdpi.png (content/images/pause-hdpi.png)
|
content/images/pause-hdpi.png (content/images/pause-hdpi.png)
|
||||||
content/images/play-hdpi.png (content/images/play-hdpi.png)
|
content/images/play-hdpi.png (content/images/play-hdpi.png)
|
||||||
content/images/mute-hdpi.png (content/images/mute-hdpi.png)
|
content/images/mute-hdpi.png (content/images/mute-hdpi.png)
|
||||||
content/images/throbber.png (content/images/error.png)
|
content/images/throbber.png (content/images/throbber.png)
|
||||||
content/images/error.png (content/images/throbber.png)
|
content/images/error.png (content/images/error.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user