Skip to content

Instantly share code, notes, and snippets.

@mrtag23
Created April 12, 2018 16:01
Show Gist options
  • Save mrtag23/291028b05fbe55186db0f7b9ffb46319 to your computer and use it in GitHub Desktop.
Save mrtag23/291028b05fbe55186db0f7b9ffb46319 to your computer and use it in GitHub Desktop.
Resets select dropdown default styles.
select {
appearance: none;
border: 1px solid black;
border-radius: 0;
font-size: 20px;
padding: 5px 40px 5px 5px;
font-family: Helvetica;
background: white url(http://www.8bitsports.net/wp-content/themes/meeta/functions/wpzoom/assets/images/jquery.selectBox-arrow.gif) no-repeat 95% center;
text-indent: 0.01px;
text-overflow: '';
}
::-ms-expand {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment