Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created June 12, 2017 17:55
Show Gist options
  • Save ingozoell/cda626c8da5d0daa90417fc420d50645 to your computer and use it in GitHub Desktop.
Save ingozoell/cda626c8da5d0daa90417fc420d50645 to your computer and use it in GitHub Desktop.
iOS Checkbox Reset Webkit/Safari
input[type="checkbox"] {
-webkit-appearance: none;
}
input[type="checkbox"]:checked {
-webkit-appearance: checkbox;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment