зеркало из https://github.com/mozilla/gecko-dev.git
Bug 266459 Progressmeter undetermined does not work sometimes
p=garyvdm@gmail.com r=mconnor a=asa
This commit is contained in:
Родитель
6543dce8a8
Коммит
0173821064
|
@ -61,6 +61,10 @@ menulist > menupopup,
|
|||
-moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact");
|
||||
}
|
||||
|
||||
progressmeter[mode="undetermined"] {
|
||||
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
|
||||
}
|
||||
|
||||
/* ::::: root elements ::::: */
|
||||
|
||||
window,
|
||||
|
|
|
@ -74,7 +74,3 @@ progressmeter {
|
|||
-moz-border-left-colors: ThreeDHighlight -moz-Dialog;
|
||||
min-width: 96px;
|
||||
}
|
||||
|
||||
progressmeter[mode="undetermined"] {
|
||||
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
|
||||
}
|
||||
|
|
|
@ -61,6 +61,10 @@ menulist > menupopup,
|
|||
-moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact");
|
||||
}
|
||||
|
||||
progressmeter[mode="undetermined"] {
|
||||
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
|
||||
}
|
||||
|
||||
/* ::::: root elements ::::: */
|
||||
|
||||
window,
|
||||
|
|
|
@ -74,7 +74,3 @@ progressmeter {
|
|||
-moz-border-left-colors: ThreeDHighlight -moz-Dialog;
|
||||
min-width: 96px;
|
||||
}
|
||||
|
||||
progressmeter[mode="undetermined"] {
|
||||
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче