Skip to content

Instantly share code, notes, and snippets.

@alekskorovin
Created October 17, 2013 13:58
Show Gist options
  • Save alekskorovin/7025369 to your computer and use it in GitHub Desktop.
Save alekskorovin/7025369 to your computer and use it in GitHub Desktop.
Clear behaviour of IE10 form fields
/* Clear behaviour of IE10 form fields */
::-ms-clear, ::-ms-reveal {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment