update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / global / menu.css
index 9b60db58dbde63c6ed89ed9b2c52d4dbc8e3c4db..901db94d65ac51d2b187c4a2234b49f43d4ea35e 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;
 }
@@ -108,10 +116,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;
 }
 
@@ -134,7 +139,7 @@ menulist > menupopup > menu {
 
 .menu-description {
   font-style: italic;
-  color: #8050B0;
+  color: #9C9CFF;
   -moz-margin-start: 1ex !important;
 }
 
@@ -177,15 +182,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");
 }