Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created September 5, 2014 11:32
Show Gist options
  • Save tjhole/4a908d785e6c3c653369 to your computer and use it in GitHub Desktop.
Save tjhole/4a908d785e6c3c653369 to your computer and use it in GitHub Desktop.
CSS: Remove iOS input formatting
input {
-webkit-appearance: none;
@include border-radius(0);
border-radius: none;
-webkit-border-radius:0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment