Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/03/2017, 04:04
yopmail
 
Fecha de Ingreso: agosto-2014
Mensajes: 294
Antigüedad: 10 años, 5 meses
Puntos: 4
Pregunta Como Quitar el "::-ms-clear-" ?

Hola estoy intentando quitar lo siguiente:



Pero no hay forma.. he intentado de las siguientes maneras:


Código PHP:
input[type=text]::-ms-clear {  displaynonewidth0height0; }
input[type=text]::-ms-reveal {  displaynonewidth0height0; } 
Código PHP:
input[type=text]::-ms-reveal {  displaynone; } 
Código PHP:
::-ms-reveal {  displaynone; } 
Código PHP:
::-ms-reveal width0height0; } 
Y nada, en chrome no se quiere ir...

Cualquier ayuda es agradecida