Skip to content

Instantly share code, notes, and snippets.

@ttopholm
Created August 14, 2011 18:56
Show Gist options
  • Save ttopholm/1145175 to your computer and use it in GitHub Desktop.
Save ttopholm/1145175 to your computer and use it in GitHub Desktop.
iOS checkbox on
<div style="border:1px solid #fff;background:-webkit-gradient(linear, 0% 0%, 0% 50%, from(#D78F99), to(#A40017), color-stop(.9,#BD4455));height:24px;width:24px;-webkit-border-radius:13px;-webkit-box-shadow: 0 1px 3px #888;">
<div style="border:3px solid #fff;border-left:none; border-top:none;height:10px;width:5px;-webkit-transform:rotate(33deg);margin:0 auto;margin-top:4px;"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment