Hola estoy intentando quitar lo siguiente:
   
 
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; } 
    
  Y nada, en chrome no se quiere ir... 
 
 
Cualquier ayuda es agradecida