Created
August 3, 2015 21:20
-
-
Save dscamahorn/71fd7dcbd544a1526d41 to your computer and use it in GitHub Desktop.
Disable the close x icon - http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.someinput::-ms-clear { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment