Sha256: 914a8a6bf5ea66664886ffc3a0ad1bb9bb2f8f0c9b2bf63a2f9b7fb7eca00598
Contents?: true
Size: 570 Bytes
Versions: 12
Compression:
Stored size: 570 Bytes
Contents
/* @group SC.SliderView */ .sc-slider-view { height: 21px; .sc-inner { position: absolute; left: 8px; right: 8px; height: 5px; top: 6px; background: gray; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; .sc-leftcap{ display: none; } .sc-righcap { display: none; } } .sc-handle { height: 12px; width: 12px; margin-left: -9px; top: -4px; position: absolute; background: black; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; } }
Version data entries
12 entries across 12 versions & 1 rubygems