Skip to content

Instantly share code, notes, and snippets.

@garyharan
Created May 20, 2011 18:40
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 garyharan/983517 to your computer and use it in GitHub Desktop.
Save garyharan/983517 to your computer and use it in GitHub Desktop.
How to make checkboxes bigger in Safari/Webkit browsers
input[type="checkbox"] {
-webkit-transform: scale(1.2, 1.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment