fix some typos, make statusbar progressmeter borderless, change statusbar font color...
[themes.git] / LCARStrek / global / progressmeter.css
index 038f7e3cbbfa087c59c22b8a4c3043d4472533fc..18802ffdee364fae769ddd5d88fd680c40bd90bf 100644 (file)
@@ -69,7 +69,12 @@ progressmeter[mode="undetermined"] {
 /* ::::: statusbar progressmeter ::::: */
 
 .progressmeter-statusbar {
-  margin: 0px 2px 0px 2px;
+  margin: 0px 2px;
   min-width: 96px;
-  min-height: 16px;
+  -moz-box-flex: 1;
+  background-color: #794900;
+  border-left: 3px solid #000000;
+  border-right: 3px solid #000000;
+  border-top: none;
+  border-bottom: none;
 }