Created
December 15, 2016 15:22
-
-
Save Alex-xd/278eb470f29c7dc2b12d3ee2c8e7d926 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<style type="text/css"> | |
/*IE 10 */ | |
select::-ms-expand{ | |
display: none; | |
} | |
select{ | |
/* Chrome */ | |
-webkit-appearance: none; | |
/* Firefox */ | |
-moz-appearance: none; | |
text-indent: 0.01px; | |
text-overflow: ' '; /* space */ | |
} | |
</style> | |
<select> | |
<option>Hide arrow</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment