Skip to content

Instantly share code, notes, and snippets.

View wrecker's full-sized avatar

Raju Subramanian wrecker

  • San Francisco Bay Area
View GitHub Profile
@wrecker
wrecker / dabblet.css
Last active August 29, 2015 14:18 — forked from anonymous/dabblet.css
iOS 6 style switch checkboxes
/**
* iOS 6 style switch checkboxes
* by Lea Verou http://lea.verou.me
*/
:root input[type="checkbox"] { /* :root here acting as a filter for older browsers */
position: absolute;
opacity: 0;
}