make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / LCARStrek / global / textbox.css
index 30948ac2189cc746bcbc8e7d8e558d1fd9f815f9..ede01f3d26515c3b514443229fbf7874c3f385f8 100644 (file)
@@ -89,15 +89,15 @@ textbox[disabled="true"] {
   -moz-border-left-colors: transparent #8050B0;
   cursor: default;
   color: #8050B0;
-} 
+}
 
 /* ..... focused state ..... */
 
 textbox[focused="true"] {
-  -moz-border-top-colors: #FFCF00 #FFCF00;
-  -moz-border-right-colors: #FFCF00 #FFCF00;
-  -moz-border-bottom-colors: #FFCF00 #FFCF00;
-  -moz-border-left-colors: #FFCF00 #FFCF00;
+  -moz-border-top-colors: #008484 #008484;
+  -moz-border-right-colors: #008484 #008484;
+  -moz-border-bottom-colors: #008484 #008484;
+  -moz-border-left-colors: #008484 #008484;
   margin: 1px 3px;
 }
 
@@ -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;
-}
\ No newline at end of file
+}