Skip to content

Instantly share code, notes, and snippets.

@dedg3
Forked from sergejmueller/gist:3655924
Created January 21, 2013 23:20
Show Gist options
  • Save dedg3/4590490 to your computer and use it in GitHub Desktop.
Save dedg3/4590490 to your computer and use it in GitHub Desktop.
/* Reset Textskalierung */
body {
-webkit-text-size-adjust: 100%;
}
/* Reset für Inputelemente */
input {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment