Skip to content

Instantly share code, notes, and snippets.

@fabiorochafg
Last active December 22, 2015 10:28
Show Gist options
  • Save fabiorochafg/6458548 to your computer and use it in GitHub Desktop.
Save fabiorochafg/6458548 to your computer and use it in GitHub Desktop.
Remove webkit appearance from buttons on Apple devices.
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment