make popup notifications and arrow panels work and look better
[themes.git] / EarlyBlue / global / textbox.css
index e499f7b769bdd867ba0ab37af7746df300f377f6..d8d7e8953202717a573b66dc1ebf4b1a8230e096 100644 (file)
@@ -55,10 +55,6 @@ textbox {
   min-height: 19px;
 }
 
-textbox[isempty="true"] {
-  color: #CCD0DD;
-}
-
 html|*.textbox-input,
 html|*.textbox-textarea {
   margin: 0px !important;
@@ -69,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;
 }