susanahernandezd
1/21/2014 - 11:33 AM

Don't show the x for text inputs

Don't show the x for text inputs

/* don't show the x for text inputs */
::-ms-clear {
    width : 0;
    height: 0;
}

/* don't show the eye for password inputs */
::-ms-reveal {
    width : 0;
    height: 0;
}