improve 2.0a1-updated LCARStrek
[themes.git] / LCARStrek / global / textbox.css
index e55b2bb4d98dea10baace8fda2d326299bccc422..3d4cfc5ea03ff6f9cb970cb05014caeeb8fc0b12 100644 (file)
@@ -46,6 +46,7 @@
 
 textbox {
   -moz-border-radius: 3px;
+  -moz-outline-radius: 3px;
   cursor: text;
   margin: 2px 3px;
   border: 1px solid #9C9CFF;
@@ -55,6 +56,10 @@ textbox {
   min-height: 19px;
 }
 
+textbox[empty="true"] {
+  color: #6000CF;
+}
+
 html|*.textbox-input,
 html|*.textbox-textarea {
   -moz-border-radius: 3px;
@@ -91,7 +96,6 @@ textbox[disabled="true"] {
 textbox[focused="true"] {
   border: 1px solid #008484;
   outline: 1px solid #008484;
-  margin: 1px 3px;
 }
 
 textbox[focused="true"][readonly="true"] {