On Edge Browser, I couldn't able to change input placeholder color.
:-ms-input-placeholder
is not working but works fine on IE 10
& IE 11
.
input:-ms-input-placeholder {
font-style:italic;
color: red;
background-color: yellow;
}
is there anyway to make it work using CSS?