Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created September 30, 2011 07:18
Show Gist options
  • Save kinopyo/1252946 to your computer and use it in GitHub Desktop.
Save kinopyo/1252946 to your computer and use it in GitHub Desktop.
Set Checkbox/Radio button size on iPhone Safari. Change the rate from 1 ~ 2.
input[type=checkbox] {
-webkit-transform: scale(2,2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment