X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=d8d7e8953202717a573b66dc1ebf4b1a8230e096;hp=1258006ad3087296c2a84bc6a92c5e3161e929f1;hb=7f3c87b90b35de6caf61470435a41efc3a4b852a;hpb=17b8126ad94ff1d98e40d92695da4545045863f5 diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 1258006a..d8d7e895 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -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; }