Skip to content

Instantly share code, notes, and snippets.

@daneden
Created October 9, 2015 16:52
Show Gist options
  • Select an option

  • Save daneden/186aa82139629cc27468 to your computer and use it in GitHub Desktop.

Select an option

Save daneden/186aa82139629cc27468 to your computer and use it in GitHub Desktop.
input, button, textarea, select {
font: inherit;
appearance: none;
}
input[type=checkbox] {
appearance: checkbox;
}
input[type=radio] {
appearance: radio;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment