update with classic theme development, keep about:plugins compatible for 1.7 release
[themes.git] / EarlyBlue / global / progressmeter.css
index 0aa388de259207a03c2ee4882741724d62a9484d..c3aa1ad7997eec54ae30cacf4e473c1a8041c39a 100644 (file)
@@ -55,7 +55,7 @@ progressmeter[mode="undetermined"] {
   background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
   background-color: #CCD0DD;
 }
+
 .progress-bar {
   min-width: 0px;
   background-color: #6699CC;
@@ -63,7 +63,7 @@ progressmeter[mode="undetermined"] {
 
 .progress-bar[mode="undetermined"],
 .progress-remainder[mode="undetermined"] {
-  visibility: collapsed;
+  visibility: collapse;
 }
 
 /* ::::: statusbar progressmeter ::::: */
@@ -72,4 +72,5 @@ progressmeter[mode="undetermined"] {
   border: 1px solid #CCD0DD;
   background-color: #666699;
   min-width: 100px;
+  height: 16px;
 }