From 357754050dab3b35781c839f0d369297f00fcf2d Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 3 Apr 2010 02:50:09 +0200 Subject: [PATCH] correct appearance of inactive window menus --- EarlyBlue/global/global.css | 4 ---- EarlyBlue/global/menu.css | 12 ++++++++---- LCARStrek/global/global.css | 4 ---- LCARStrek/global/menu.css | 12 ++++++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 990825b6..0a72446a 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -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; } diff --git a/EarlyBlue/global/menu.css b/EarlyBlue/global/menu.css index d4af721b..8db9524e 100644 --- a/EarlyBlue/global/menu.css +++ b/EarlyBlue/global/menu.css @@ -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, diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index f1ecfc07..472a7a0b 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -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; } diff --git a/LCARStrek/global/menu.css b/LCARStrek/global/menu.css index 9c5075b8..eef6cdc6 100644 --- a/LCARStrek/global/menu.css +++ b/LCARStrek/global/menu.css @@ -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, -- 2.35.3