keep up with 1.8 branch Classic changes
[themes.git] / EarlyBlue / global / global.css
index 92f613f69ac00110a62fb11d4e4a340d5322cfac..18cc774a0690f0284bd86130896178b8774b1d8b 100644 (file)
@@ -62,9 +62,15 @@ 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");
 }
 
+/*
+progressmeter[mode="undetermined"] {
+  -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
+}
+*/
+
 /* ::::: root elements ::::: */
 
 window,
@@ -160,3 +166,7 @@ resizer[dir="bottomright"] {
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
+
+description.error {
+  color: #FF0000;
+}