Page 1 of 1

disabled form field text colour

Posted: Tue Aug 24, 2010 5:25 am
by me666
Hi all, is there any way, with CSS or something similar, to change the text colour in a disabled input field in a html form. Any ideas would be great.
Thanks :D

Re: disabled form field text colour

Posted: Sat Oct 02, 2010 2:47 am
by social_experiment
If the element has a unique id you can target it with CSS.
[text]#uniqueID {
color: #fff;
}
[/text]
Could you please paste the code of the html form and indicate the disable field.