Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
larojiblanca:
How do you change the color of form fields?
In the attached image, I'm referring to the light green area.
Thanks.
It's in the stylesheet.css
input:focus, select:focus, textarea:focus {
background:#F3F9E1;
}


