remove this rule again as it removes the menu radio/check icons
[themes.git] / LCARStrek / global / global.css
index 4b3b0d6657436ff0a1e10b8ab49dfe24ddf11aee..5d70b13567161fee18af93c858ea7f2abae4630c 100644 (file)
@@ -62,7 +62,7 @@ menulist > menupopup,
 }
 
 .menulist-compact {
-  -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact");
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact");
 }
 
 /* LCARStrek special bindings */
@@ -79,6 +79,12 @@ menubar {
   -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
 }
 
+/*
+progressmeter[mode="undetermined"] {
+  -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
+}
+*/
+
 /* ::::: root elements ::::: */
 
 window,
@@ -148,7 +154,7 @@ statusbar {
 .statusbar-center {
   background-color: #8050B0;
   padding-left: 2px;
-  color: black;
+  color: #000000;
   -moz-box-align: center;
 }
 
@@ -191,3 +197,7 @@ resizer[dir="bottomright"] {
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
+
+description.error {
+  color: #FF0000;
+}