Bug 566605: Download progress widget doesn't update its progress meter on OSX. r=Unfocused, a=blocks-final

This commit is contained in:
Dave Townsend 2010-09-30 12:42:50 -07:00
Родитель 3699ad3ed8
Коммит 8d0c360f4a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 {