sync both themes with toolkit wipstripe changes up to just before the new addons...
[themes.git] / EarlyBlue / global / menulist.css
index 6f3d49f4c8830522a66de6616eb88924a09a5519..8746165b4bf1d68a5dde1ea3d85849e118f97915 100644 (file)
@@ -49,6 +49,7 @@ menulist {
   border: 1px inset #CCD0DD;
   background-color: #CCCCCC;
   color: #000000;
+  text-shadow: none;
 }
 
 .menulist-label-box {
@@ -68,12 +69,15 @@ menulist {
   -moz-margin-start: 1ex !important;
 }
 
-menulist:focus > .menulist-label-box {
-/*  border: 1px dotted #999999; */
+menulist:focus:not(.menulist-compact) > .menulist-label-box {
   background-color: #336699;
   color: #000000;
 }
 
+menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
+/*  border: 1px dotted #808080; */
+}
+
 menulist[disabled="true"] {
   background-color: #CCCCCC;
   color: #999999;
@@ -133,7 +137,7 @@ html|*.menulist-editable-input {
 
 .menulist-compact > .menulist-label-box > .menulist-label {
   margin: 0 3px !important;
-  text-align: right;
+  text-align: end;
 }
 
 .menulist-compact > .menulist-label-box > .menulist-icon {
@@ -149,8 +153,6 @@ html|*.menulist-editable-input {
   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
 }
 
-.menulist-compact:focus > .menulist-label-box {
+.menulist-compact:-moz-focusring:not([open="true"]) > .menulist-label-box {
   border: 1px dotted #999999;
-  background-color: transparent;
-  color: inherit;
 }
\ No newline at end of file