Sha256: 2d84747602a5d245ec909714d84be636121813b41fe5bdd1273510767ee40e1c
Contents?: true
Size: 626 Bytes
Versions: 13
Compression:
Stored size: 626 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; -webkit-transform: translate3d(0,0,0); -webkit-transition: left 0.01s ease-in-out; } }
Version data entries
13 entries across 13 versions & 1 rubygems