Skip to content

Instantly share code, notes, and snippets.

@jrdn91
Created July 29, 2013 16:08
Show Gist options
  • Save jrdn91/6105456 to your computer and use it in GitHub Desktop.
Save jrdn91/6105456 to your computer and use it in GitHub Desktop.
CSS: iOS Form Webkit Overide Dissable
input, select, textarea, option, button, datalist, keygen, output {
-webkit-appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment