X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftextbox.css;h=d8d7e8953202717a573b66dc1ebf4b1a8230e096;hp=1258006ad3087296c2a84bc6a92c5e3161e929f1;hb=706c344c03f7c434b9407c67e1bd904eab88778d;hpb=d3d79c39d7623f7ac09394360a039b579085c2cd 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; }