Skip to content

Instantly share code, notes, and snippets.

View rsturim's full-sized avatar

Rich Sturim rsturim

  • VT, USA
View GitHub Profile
@rsturim
rsturim / dabblet.css
Created September 27, 2013 07:46 — forked from anonymous/dabblet.css
This is the "Checkbox Hack".
/* Checkbox Hack */
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
/* -webkit-appearance: push-button;