Skip to content

Instantly share code, notes, and snippets.

View dscott0's full-sized avatar

dscott0

  • University of Kentucky
View GitHub Profile
@boazsender
boazsender / mobilecheckbox.css
Created August 30, 2012 04:34
Mobile CSS checkboxes
input[type=checkbox] {
outline: none;
width: 58px;
height: 23px;
font-size: 11px;
line-height: 2;
display: block;
font-weight: bold;
border-radius: 3px;
border: 1px solid #B9B9B9;