Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Last active March 8, 2018 13:12
Show Gist options
  • Save Farmatique/51ed163f060490ac713f7f9b32056e19 to your computer and use it in GitHub Desktop.
Save Farmatique/51ed163f060490ac713f7f9b32056e19 to your computer and use it in GitHub Desktop.
Remove rounding from input and textarea in Safari
input, textarea {
-webkit-appearance: none;
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment