You need to use the -ms-clear pseudo-element. And use -ms-reveal for the password box.
This should do it:
::-ms-clear {
display: none;
}
You need to use the -ms-clear pseudo-element. And use -ms-reveal for the password box.
This should do it:
::-ms-clear {
display: none;
}