Skip to content

Instantly share code, notes, and snippets.

@nocodesupplyco
Created December 16, 2022 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocodesupplyco/e8fc0b310f7da02abaa47e1e4a5ea597 to your computer and use it in GitHub Desktop.
Save nocodesupplyco/e8fc0b310f7da02abaa47e1e4a5ea597 to your computer and use it in GitHub Desktop.
Resetting Apple Default Form Styles
/*Reset apple form styles*/
input, textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; border-radius: 0;
background-image: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment