Skip to content

Instantly share code, notes, and snippets.

@happyrobots
Created December 30, 2012 11:47
Show Gist options
  • Save happyrobots/4412480 to your computer and use it in GitHub Desktop.
Save happyrobots/4412480 to your computer and use it in GitHub Desktop.
disable default input form appearance
input {
-webkit-appearance: none;
-moz-appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment