Is it possible to use \"::-webkit-input-placeholder\" with jQuery to set a color for the placeholder text?
Something like this:
$(\"input::-webkit-in
I was using MaterializeCSS; I used Jquery to update CSS for input fields like this
$(".input-field").css("color", themeColor);
$(".input-field>.material-icons").css("color", themeColor);
$(".input-field>label").css("color", themeColor);
See Result:
https://codepen.io/hiteshsahu/pen/EXoPRq?editors=1000