Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vedranjaic/5653509 to your computer and use it in GitHub Desktop.
Save vedranjaic/5653509 to your computer and use it in GitHub Desktop.
css: iPhone - Disabling default appearance of form elements on iOS
input, textarea {
-webkit-appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment