Skip to content

Instantly share code, notes, and snippets.

@andersonaguiar
Last active August 29, 2015 14:15
Show Gist options
  • Save andersonaguiar/9565343db078d3ea6725 to your computer and use it in GitHub Desktop.
Save andersonaguiar/9565343db078d3ea6725 to your computer and use it in GitHub Desktop.
Reset select to customize
.select-style select {
border: none;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment