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