some adjustments spotted when updateing LCARStrek
[themes.git] / EarlyBlue / global / progressmeter.css
index 0aa388de259207a03c2ee4882741724d62a9484d..8e5290046a12ac927af4f6807004f18c3051fef6 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,13 +63,15 @@ progressmeter[mode="undetermined"] {
 
 .progress-bar[mode="undetermined"],
 .progress-remainder[mode="undetermined"] {
-  visibility: collapsed;
+  visibility: collapse;
 }
 
 /* ::::: statusbar progressmeter ::::: */
+
 .progressmeter-statusbar {
   margin: 0px 2px 0px 2px;
   border: 1px solid #CCD0DD;
   background-color: #666699;
   min-width: 100px;
+  height: 16px;
 }