Skip to content

Instantly share code, notes, and snippets.

@flexbox
Created May 21, 2013 15:05
Show Gist options
  • Save flexbox/5620524 to your computer and use it in GitHub Desktop.
Save flexbox/5620524 to your computer and use it in GitHub Desktop.
A little hack to reset default style for iOs button
.button {
-webkit-border-radius: 0px;
-webkit-appearance: button;
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment