Skip to content

Instantly share code, notes, and snippets.

@paulradzkov
Created March 25, 2014 13:20
Show Gist options
  • Select an option

  • Save paulradzkov/9761636 to your computer and use it in GitHub Desktop.

Select an option

Save paulradzkov/9761636 to your computer and use it in GitHub Desktop.
/* remove × clear button inside input in IE */
.someinput::-ms-clear {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment