make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / LCARStrek / global / textbox.css
index 115c7b1a3bede5130ebd624b8dfb5f9fcae2efee..ede01f3d26515c3b514443229fbf7874c3f385f8 100644 (file)
@@ -89,7 +89,7 @@ textbox[disabled="true"] {
   -moz-border-left-colors: transparent #8050B0;
   cursor: default;
   color: #8050B0;
-} 
+}
 
 /* ..... focused state ..... */
 
@@ -114,5 +114,7 @@ textbox.plain {
   padding: 0px !important;
   margin: 0px !important;
   border: none !important;
+  background-color: inherit !important;
+  color: inherit !important;
   min-height: 0px;
 }