Bug 790125 - Throbber not working in browser video controls on B2G - r=cjones

This commit is contained in:
Chris Double 2012-09-25 16:45:30 +12:00
parent 16e0947c04
commit c04308a2a7
2 changed files with 4 additions and 4 deletions

View File

@ -140,11 +140,11 @@
}
.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"] {
background: url(chrome://global/content/images/error.png) no-repeat center;
background: url("chrome://browser/content/images/error.png") no-repeat center;
}
/* CSS Transitions */

View File

@ -37,5 +37,5 @@ chrome.jar:
content/images/pause-hdpi.png (content/images/pause-hdpi.png)
content/images/play-hdpi.png (content/images/play-hdpi.png)
content/images/mute-hdpi.png (content/images/mute-hdpi.png)
content/images/throbber.png (content/images/error.png)
content/images/error.png (content/images/throbber.png)
content/images/throbber.png (content/images/throbber.png)
content/images/error.png (content/images/error.png)