update global in both themes to withstand a manual diff check
[themes.git] / EarlyBlue / global / menu.css
index 7e3adcffccf8ead5e47da1b1917df126a7e720db..70740c1717a534deb58a1f4b5d8bea84a9890ee7 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;
 }
@@ -107,10 +115,7 @@ popup > menuitem {
 menulist > menupopup > menuitem,
 .menulist-menupopup > menu,
 menulist > menupopup > menu {
-  padding-top: 1px;
-  padding-bottom: 1px;
-  -moz-padding-start: 1px;
-  -moz-padding-end: 22px;
+  padding: 1px 5px;
   max-width: none;
 }