update global in both themes to withstand a manual diff check
[themes.git] / EarlyBlue / global / menu.css
index 93ded8e831208815230544fb0c75f4353c2187b2..70740c1717a534deb58a1f4b5d8bea84a9890ee7 100644 (file)
@@ -69,8 +69,10 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
 }
 
 menubar > menu {
-  padding: 2px 0px 2px 3px;
-  margin: 0px 2px 0px 0px;
+  padding: 2px 0px;
+  -moz-padding-start: 3px;
+  margin: 0px 2px;
+  -moz-margin-start: 0px;
   border: 1px solid #CCD0DD;
 }
 
@@ -86,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;
 }
@@ -105,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;
 }
 
@@ -145,6 +152,13 @@ menulist > menupopup > menu {
   color: inherit;
 }
 
+.menu-iconic-icon {
+/*
+  width: 16px;
+  height: 16px;
+*/
+}
+
 .menu-iconic-left {
   width: 16px;
 }
@@ -156,6 +170,7 @@ menulist > menupopup > menu {
   -moz-margin-end: 0px;
   width: 8px;
   list-style-image: url("chrome://global/skin/menu/menu-arrow.gif");
+  -moz-image-region: auto;
 }
 
 .menu-right[_moz-menuactive="true"] {
@@ -166,15 +181,15 @@ menulist > menupopup > menu {
   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif");
 }
 
-.menu-right[chromedir="rtl"] {
+.menu-right:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif");
 }
 
-.menu-right[chromedir="rtl"][_moz-menuactive="true"] {
+.menu-right:-moz-locale-dir(rtl)[_moz-menuactive="true"] {
   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif");
 }
 
-.menu-right[chromedir="rtl"][disabled="true"] {
+.menu-right:-moz-locale-dir(rtl)[disabled="true"] {
   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif");
 }
 
@@ -248,6 +263,6 @@ menulist > menupopup > menuseparator,
 /* ::::: tree column picker ::::: */
 
 .treecell-popupcell-menu {
-  margin-left: -2px;
+  -moz-margin-start: -2px;
   list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
 }
\ No newline at end of file