correct appearance of inactive window menus
authorRobert Kaiser <kairo@kairo.at>
Sat, 3 Apr 2010 00:50:09 +0000 (02:50 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sat, 3 Apr 2010 00:50:09 +0000 (02:50 +0200)
EarlyBlue/global/global.css
EarlyBlue/global/menu.css
LCARStrek/global/global.css
LCARStrek/global/menu.css

index 990825b608a84facb792ce5b6787082108b87f14..0a72446aa1c92b03bd2a209c695c2f1bc6d7e4e3 100644 (file)
@@ -160,10 +160,6 @@ statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
   padding: 0px 1px;
 }
 
-window:not([active="true"]) menubar > menu {
-  color: #808080;
-}
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
index d4af721baf6d21dc6a88d6700ac6e159cefaf862..8db9524e3a8baf97ac78f061b1c265ba9a0b3dfc 100644 (file)
@@ -88,6 +88,14 @@ menubar > menu[open] {
   border: 1px inset #CCD0DD;
 }
 
+menubar > menu:-moz-lwtheme {
+  -moz-appearance: none;
+}
+
+menubar > menu:-moz-window-inactive {
+  color: #808080;
+}
+
 menuitem.spell-suggestion {
   font-weight: bold;
 }
@@ -114,10 +122,6 @@ menulist > menupopup > menu {
   max-width: none;
 }
 
-menubar > menu:-moz-lwtheme {
-  -moz-appearance: none;
-}
-
 /* ..... internal content .... */
 
 .menu-text,
index f1ecfc073139e9607f84a00bb96d4ed6aa5d2ada..472a7a0bf8c562526cdf048422e40470483e4dad 100644 (file)
@@ -205,10 +205,6 @@ statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
   -moz-box-orient: vertical;
 }
 
-window:not([active="true"]) menubar > menu {
-  color: #8050B0;
-}
-
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
index 9c5075b8e022a5272f44f16b630168c13330b74b..eef6cdc66d4ae9458f86d8e5b0923fb48609ecfe 100644 (file)
@@ -89,6 +89,14 @@ menubar > menu[open] {
   border: none;
 }
 
+menubar > menu:-moz-lwtheme {
+  -moz-appearance: none;
+}
+
+menubar > menu:-moz-window-inactive {
+  color: #8050B0;
+}
+
 menuitem.spell-suggestion {
   font-weight: bold;
 }
@@ -115,10 +123,6 @@ menulist > menupopup > menu {
   max-width: none;
 }
 
-menubar > menu:-moz-lwtheme {
-  -moz-appearance: none;
-}
-
 /* ..... internal content .... */
 
 .menu-text,