I have an input field, and the color of the text in it is black. (I\'m using jquery.placeholder) Let\'s say the text in there is \"E-Mail\"
When you click on this fi
replace:
input, select, textarea{ color: #000; }
with:
input, select, textarea{ color: #f00; }
or color: #ff0000;
color: #ff0000;