Skip to content

Instantly share code, notes, and snippets.

@rayets123
Created February 25, 2016 10:21
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 rayets123/62735f77b0e8667b3e7c to your computer and use it in GitHub Desktop.
Save rayets123/62735f77b0e8667b3e7c to your computer and use it in GitHub Desktop.
style for checkbox
label
position: relative
width: 10px
height: 10px
display: block
input[type="checkbox"] + span
position: absolute
left: 1px
top: 5px
width: 11px
height: 10px
background: url(img/icons/music/chek.png)
background-repeat: no-repeat
background-position: 0 -10px
background-color: transparent
cursor: pointer
input[type="checkbox"]:checked + span
background-position: 1px 2px
background-color: #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment