Skip to content

Instantly share code, notes, and snippets.

View seancurtis's full-sized avatar

Sean Curtis seancurtis

  • Atlassian
  • Sydney
View GitHub Profile
@seancurtis
seancurtis / dabblet.css
Created March 4, 2013 22:58 — forked from LeaVerou/dabblet.css
Failed attempt at gracefully degrading switch-style checkboxes
/**
* Failed attempt at gracefully degrading switch-style checkboxes
* without pseudoelements (which shouldn’t exist on replaced elements) and extra elements.
* Inspired by Espresso’s “Tools” switch
* DO NOT USE. Currently only works properly in WebKit :(
*/
.switch {
height: 5px;
margin: 0;
visibility: hidden;