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
To add color to an input, Use the following css code:
input{ color: black; }