incorporate all needed *stripe/classic changes until toolkit and suite moved from...
[themes.git] / EarlyBlue / global / menu.css
index 12df36b9178058aa8463f727bf77b76de766e4a5..6a72e596905d733af3cff286ae4bcbc334612c9c 100644 (file)
@@ -234,6 +234,14 @@ menuitem[checked="true"][type="radio"][disabled="true"] {
   list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
 }
 
+menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
+menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon,
+menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
+  /* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064)
+     XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */
+  display: none;
+}
+
 /* ::::: menuseparator ::::: */
 
 menuseparator {