Created
September 30, 2011 07:18
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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