1

Topic: Text colour in forms

I've set the following to give a text colour to match my site
.pun {COLOR: #000066}
.pun LEGEND {COLOR: #000066}

Could anyone tell me what I need to change so that the text input into forms is this colour (currently displays black as default).
Apologies in advance if I've missed the obvious but I've looked through the css files and can't figure it out.

I've been down so long it's beginning to look like up..

Re: Text colour in forms

.pun textarea, .pun input { color: #000066 }

That should take care of it smile

3 (edited by JohnS 2006-03-05 16:50)

Re: Text colour in forms

Thank you.
Do I just add that line anywhere in mysite_cs.css?


Edit:
Just answered my own question. Thanks again, it works fine.

I've been down so long it's beginning to look like up..