correct appearance of inactive window menus
[themes.git] / EarlyBlue / global / global.css
index 6b8cea4f7283e51882b7848715f27dbcbe8989bc..0a72446aa1c92b03bd2a209c695c2f1bc6d7e4e3 100644 (file)
@@ -141,6 +141,12 @@ statusbarpanel {
   padding: 0px 1px;
 }
 
+statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
+  -moz-appearance: none;
+  border-top-style: none;
+  border-bottom-style: none;
+  -moz-border-start-style: none;
+}
 
 .statusbar-resizerpanel {
   -moz-box-align: end;
@@ -154,10 +160,6 @@ statusbarpanel {
   padding: 0px 1px;
 }
 
-window:not([active="true"]) menubar > menu {
-  color: #808080;
-}
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }