mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 566605: Download progress widget doesn't update its progress meter on OSX. r=Unfocused, a=blocks-final
This commit is contained in:
parent
3699ad3ed8
commit
8d0c360f4a
@ -726,6 +726,9 @@
|
||||
|
||||
.download-progress .progress {
|
||||
background-color: transparent;
|
||||
/* Force the progress meter to use the default binding rather than the OSX
|
||||
animated binding */
|
||||
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter") !important;
|
||||
}
|
||||
|
||||
.download-progress .start-cap, .download-progress .end-cap {
|
||||
|
Loading…
x
Reference in New Issue
Block a user