update both themes for toolkit winstripe changes up to 2010-08-29
[themes.git] / LCARStrek / global / textbox.css
index a08ac4342578f85fb97a5cb51cbf9c49ab191019..a564909bcf56dd9058a2a46066bbe2720b1968c3 100644 (file)
@@ -57,12 +57,6 @@ textbox {
   min-height: 19px;
 }
 
-/* this color should be on the -moz-placeholder
-textbox[isempty="true"] {
-  color: #6000CF;
-}
-*/
-
 html|*.textbox-input,
 html|*.textbox-textarea {
   -moz-border-radius: 3px;
@@ -74,6 +68,11 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
+html|*.textbox-input:-moz-placeholder,
+html|*.textbox-textarea:-moz-placeholder {
+  color: #6000CF;
+}
+
 .textbox-input-box menupopup {
   cursor: default;
 }