Created
September 17, 2016 14:51
-
-
Save sagarjadhav/11b6b310aa57f09c4e2edddd705dbb19 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
select { | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none; | |
background: url('./images/angle-arrow-down.svg') 98% / 15% no-repeat; | |
background-size: 9px; | |
border: 0; | |
border-bottom: 1px solid #e1e1e1; | |
border-radius: 0; | |
font-size: 16px; | |
height: 42px; | |
outline: none; | |
padding: 5px 35px 5px 0; | |
width: 100%; | |
} | |
select:-moz-focusring { | |
color: transparent; | |
text-shadow: 0 0 0 #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment