some fixes for LCARStrek based on 2.8 review comments
[themes.git] / LCARStrek / global / menulist.css
index c6d299ef3f8dc0a0a790b37deffff474a3d50f98..93d31e06f2eea996990b340196d16879b47c9348 100644 (file)
@@ -45,7 +45,7 @@
 /* :::::::::: menulist :::::::::: */
 
 menulist {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 2px 4px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
@@ -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"] {
@@ -98,7 +101,7 @@ menulist[disabled="true"] {
 /* ..... dropmarker ..... */
 
 .menulist-dropmarker {
-  -moz-border-radius: 0px 3px 3px 0px;
+  border-radius: 0px 3px 3px 0px;
   min-width: 15px;
   border: none;
   border-left: 1px solid #9C9CFF;
@@ -149,6 +152,8 @@ html|*.menulist-editable-input {
   margin: 0px !important;
   border: none !important;
   padding: 0px !important;
+  background-color: inherit;
+  color: inherit;
   font: inherit;
 }