fix some typos, make statusbar progressmeter borderless, change statusbar font color...
[themes.git] / LCARStrek / global / global.css
index 444b46da0416ff022d3f9e7ba61adcf773027e5a..edb546e5a363a35595af3636d56c2720b7eeb45c 100644 (file)
@@ -158,7 +158,7 @@ statusbar {
 .statusbar-center {
   background-color: #8050B0;
   -moz-padding-start: 2px;
-  color: #000000;
+  color: #FFCF00;
   -moz-box-align: stretch;
 }
 
@@ -179,7 +179,7 @@ statusbar {
 statusbarpanel {
   -moz-box-align: center;
   -moz-box-pack: center;
-  padding: 0px 1px;
+  padding: 0px 2px;
 }
 
 .statusbar-resizerpanel {
@@ -191,7 +191,11 @@ statusbarpanel {
 .statusbarpanel-iconic,
 .statusbarpanel-iconic-text,
 .statusbarpanel-menu-iconic {
-  padding: 0px 1px;
+  padding: 0px 2px;
+}
+
+.statusbarpanel-progress {
+  -moz-box-orient: vertical;
 }
 
 window:not([active="true"]) menubar > menu {