fix some typos, make statusbar progressmeter borderless, change statusbar font color...
[themes.git] / LCARStrek / global / progressmeter.css
index 362eb912c89be2e52a8784b9a13265f92c13e4a1..18802ffdee364fae769ddd5d88fd680c40bd90bf 100644 (file)
@@ -71,5 +71,10 @@ progressmeter[mode="undetermined"] {
 .progressmeter-statusbar {
   margin: 0px 2px;
   min-width: 96px;
 .progressmeter-statusbar {
   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;
 }
 }