update both themes for winstripe changes up to 2010-07-02
[themes.git] / LCARStrek / global / menulist.css
index c6d299ef3f8dc0a0a790b37deffff474a3d50f98..54b29a391503113a4a9300def999cea2a02f9ffe 100644 (file)
@@ -79,14 +79,17 @@ menulist[open="true"] {
 
 .menulist-description {
   font-style: italic;
-  color: #8050B0;
+  color: #9C9CFF;
   -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: #000000;
+  color: #FFCF00;
+}
+
+menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
+/*  border: 1px dotted #FFCF00; */
 }
 
 menulist[disabled="true"] {