some small adaptations to make 2.1a3 look alright
[themes.git] / LCARStrek / global / textbox.css
index 82271ad05b8c60137aa40b6a4e75169b46c57865..a08ac4342578f85fb97a5cb51cbf9c49ab191019 100644 (file)
@@ -48,7 +48,7 @@ textbox {
   -moz-border-radius: 3px;
   -moz-outline-radius: 5px;
   cursor: text;
-  margin: 2px 3px;
+  margin: 1px 2px;
   border: 1px solid #9C9CFF;
   padding: 1px 0px;
   -moz-padding-start: 2px;
@@ -57,9 +57,11 @@ textbox {
   min-height: 19px;
 }
 
+/* this color should be on the -moz-placeholder
 textbox[isempty="true"] {
   color: #6000CF;
 }
+*/
 
 html|*.textbox-input,
 html|*.textbox-textarea {