some small design improvements for focus and hover; prepare for 1.6 release
[themes.git] / LCARStrek / global / textbox.css
index 30948ac2189cc746bcbc8e7d8e558d1fd9f815f9..115c7b1a3bede5130ebd624b8dfb5f9fcae2efee 100644 (file)
@@ -94,10 +94,10 @@ textbox[disabled="true"] {
 /* ..... 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;
 }
 
@@ -115,4 +115,4 @@ textbox.plain {
   margin: 0px !important;
   border: none !important;
   min-height: 0px;
-}
\ No newline at end of file
+}