Sha256: 037fe6be2ca5b3d9e16126af5dd8b23687e026fc6f884e256d76b9e9ee7db73c
Contents?: true
Size: 1.42 KB
Versions: 4
Compression:
Stored size: 1.42 KB
Contents
/* Track */ $theme.sc-touch-scroller-view.sc-vertical { .track { background: none; display: none; } .cap, .endcap { background: none; display: none; } .button-top { background: none; display: none; } .button-bottom { background: none; display: none; } .button-top:active { background: none; display: none; } .button-bottom:active { background: none; display: none; } .thumb { position: absolute; opacity: 0.5; -webkit-transform: translateZ(0px); width: 16px; height: 1044px; overflow: hidden; } .thumb-top { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; position: absolute; width: 5px; top: 0; left: 5px; height: 10px; background: black; } .thumb-clip { position: absolute; overflow:hidden; height: 1034px; width: 5px; top: 10px; left: 5px; } .thumb-inner { -webkit-transform: translate3d(0px,0px,0px); position: absolute; left: 0; top: 0; width: 5px; height: 1034px; } .thumb-center { position: absolute; width: 5px; left: 0; top: 0; height: 1024px; background: black; } .thumb-bottom { -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; position: absolute; width: 5px; top: 1024px; left: 0; height: 10px; background: black; } }
Version data entries
4 entries across 4 versions & 1 rubygems