Created
April 12, 2018 16:01
-
-
Save mrtag23/291028b05fbe55186db0f7b9ffb46319 to your computer and use it in GitHub Desktop.
Resets select dropdown default styles.
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
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