Skip to content

Instantly share code, notes, and snippets.

@Alex-xd
Created December 15, 2016 15:22
Show Gist options
  • Save Alex-xd/278eb470f29c7dc2b12d3ee2c8e7d926 to your computer and use it in GitHub Desktop.
Save Alex-xd/278eb470f29c7dc2b12d3ee2c8e7d926 to your computer and use it in GitHub Desktop.
<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