some actual work on getting Firefox theming nearer to right
[themes.git] / LCARStrek / global / menulist.css
index ca1274879d01e9e3b4b4a47609779b2a32d76e1f..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;
@@ -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;
@@ -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;
 }