sync both themes with toolkit wipstripe changes up to just before the new addons...
[themes.git] / LCARStrek / global / menulist.css
index ca1274879d01e9e3b4b4a47609779b2a32d76e1f..54b29a391503113a4a9300def999cea2a02f9ffe 100644 (file)
@@ -83,12 +83,15 @@ menulist[open="true"] {
   -moz-margin-start: 1ex !important;
 }
 
-menulist:focus > .menulist-label-box {
-/*  border: 1px dotted #008484; */
+menulist:focus:not(.menulist-compact) > .menulist-label-box {
   background-color: #008484;
   color: #FFCF00;
 }
 
+menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
+/*  border: 1px dotted #FFCF00; */
+}
+
 menulist[disabled="true"] {
   background-color: #000000;
   color: #8050B0;