Skip to content

Instantly share code, notes, and snippets.

@FrankFang
Created January 6, 2014 02:25
Show Gist options
  • Save FrankFang/8277265 to your computer and use it in GitHub Desktop.
Save FrankFang/8277265 to your computer and use it in GitHub Desktop.
Removing Clear and reavel password icons from IE10
input::-ms-clear, input::-ms-reveal{
display:none;
}
/* http://stackoverflow.com/questions/17000562/removing-clear-and-reavel-password-icons-from-ie10-ms-clear-ms-reveal-not */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment