remove this rule again as it removes the menu radio/check icons
[themes.git] / LCARStrek / global / global.css
index 4eea3a8e80928f4629baa7364abbda05e17e273e..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,
@@ -191,3 +197,7 @@ resizer[dir="bottomright"] {
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
+
+description.error {
+  color: #FF0000;
+}