Sha256: de776ff82bb654aedef44f6a80723255dd780bdc41bfcbadda858861bcf99585
Contents?: true
Size: 662 Bytes
Versions: 21
Compression:
Stored size: 662 Bytes
Contents
.switch-button-label { float: left; font-size: 10pt; cursor: pointer; } .switch-button-label.off { color: #adadad; } .switch-button-label.on { color: #0088CC; } .switch-button-background { float: left; position: relative; background: #ccc; border: 1px solid #aaa; margin: 1px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; cursor: pointer; } .switch-button-button { position: absolute; left: -1px; top : -1px; background: #FAFAFA; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
Version data entries
21 entries across 21 versions & 1 rubygems