Would anyone who knows be so kind and point me in the right direction? I'm trying to change inactive text color in text boxes and can't figure out where to do it. I can change textarea active color with this in theme.css (which works in Firefox and Opera but doesn't work in IE):
#gallery input:focus, #gallery textarea:focus {
background-color: #2a0000;
color: #fff;
}
My background for text box is dark and by default textarea color is black, so it's very hard to see...
On another note, wouldn't it conceptually make sence to default textarea color to primary theme text color? Or add an entry for it to color.css?
Thanks alot in advance.