Skip to content

Instantly share code, notes, and snippets.

@sagarjadhav
Created September 17, 2016 14:51
Show Gist options
  • Save sagarjadhav/11b6b310aa57f09c4e2edddd705dbb19 to your computer and use it in GitHub Desktop.
Save sagarjadhav/11b6b310aa57f09c4e2edddd705dbb19 to your computer and use it in GitHub Desktop.
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