Sha256: a94937765798edc4f26f26df93cd00383763fb46698678616862de991a927aad
Contents?: true
Size: 537 Bytes
Versions: 5
Compression:
Stored size: 537 Bytes
Contents
/* @group SC.SliderView */ .sc-slider-view { height: 21px; .sc-inner { position: absolute; left: 8px; right: 8px; height: 5px; top: 6px; background: gray ; -webkit-border-radius: 3px; -moz-border-radius: 3px; 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; -moz-border-radius:6px; } }
Version data entries
5 entries across 5 versions & 1 rubygems