update both themes for toolkit winstripe changes up to 2010-08-29
[themes.git] / EarlyBlue / global / textbox.css
index 1258006ad3087296c2a84bc6a92c5e3161e929f1..d8d7e8953202717a573b66dc1ebf4b1a8230e096 100644 (file)
@@ -55,12 +55,6 @@ textbox {
   min-height: 19px;
 }
 
-/* this color should be on the -moz-placeholder
-textbox[isempty="true"] {
-  color: #CCD0DD;
-}
-*/
-
 html|*.textbox-input,
 html|*.textbox-textarea {
   margin: 0px !important;
@@ -71,6 +65,11 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
+html|*.textbox-input:-moz-placeholder,
+html|*.textbox-textarea:-moz-placeholder {
+  color: #CCD0DD;
+}
+
 .textbox-input-box menupopup {
   cursor: default;
 }