Is it possible to use \"::-webkit-input-placeholder\" with jQuery to set a color for the placeholder text?
Something like this:
$(\"input::-webkit-in
Just add this. It will inherit the color in input[type=text]:focus new color
.your-class ::placeholder{ color: inherit;}