some small improvements to the inspector toolbar
[themes.git] / LCARStrek / global / menulist.css
index 54b29a391503113a4a9300def999cea2a02f9ffe..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;
@@ -101,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;
@@ -152,6 +152,8 @@ html|*.menulist-editable-input {
   margin: 0px !important;
   border: none !important;
   padding: 0px !important;
+  background-color: inherit;
+  color: inherit;
   font: inherit;
 }