Pero no hay forma.. he intentado de las siguientes maneras:
Código PHP:
input[type=text]::-ms-clear { display: none; width: 0; height: 0; }
input[type=text]::-ms-reveal { display: none; width: 0; height: 0; }
Código PHP:
input[type=text]::-ms-reveal { display: none; }
Código PHP:
::-ms-reveal { display: none; }
Código PHP:
::-ms-reveal { width: 0; height: 0; }
Cualquier ayuda es agradecida