correct appearance of inactive window menus
[themes.git] / EarlyBlue / global / menu.css
index d4af721baf6d21dc6a88d6700ac6e159cefaf862..8db9524e3a8baf97ac78f061b1c265ba9a0b3dfc 100644 (file)
@@ -88,6 +88,14 @@ menubar > menu[open] {
   border: 1px inset #CCD0DD;
 }
 
   border: 1px inset #CCD0DD;
 }
 
+menubar > menu:-moz-lwtheme {
+  -moz-appearance: none;
+}
+
+menubar > menu:-moz-window-inactive {
+  color: #808080;
+}
+
 menuitem.spell-suggestion {
   font-weight: bold;
 }
 menuitem.spell-suggestion {
   font-weight: bold;
 }
@@ -114,10 +122,6 @@ menulist > menupopup > menu {
   max-width: none;
 }
 
   max-width: none;
 }
 
-menubar > menu:-moz-lwtheme {
-  -moz-appearance: none;
-}
-
 /* ..... internal content .... */
 
 .menu-text,
 /* ..... internal content .... */
 
 .menu-text,