.my_class input::placeholder { }
And for Microsof Edge and Internet Explorer
.my_class input::-ms-input-placeholder { }
G
Latest posts made by ggarcia
-
RE: How to change the color of the text of a placeholder
.my_class input::placeholder { }
And for Microsof Edge and Internet Explorer
.my_class input::-ms-input-placeholder { }