Sha256: 7e2f0460baa36c566c945c2c8d55af4a40b298f8a44300dd8e082be2f425a649
Contents?: true
Size: 1.26 KB
Versions: 13
Compression:
Stored size: 1.26 KB
Contents
@mixin asideScrollBar { overflow-y: auto !important; // scrollbar-face-color: #000000; // scrollbar-shadow-color: #2D2C4D; // scrollbar-highlight-color:#7D7E94; // scrollbar-3dlight-color: #7D7E94; // scrollbar-darkshadow-color: #2D2C4D; // scrollbar-track-color: #7D7E94; // scrollbar-arrow-color: #C1C1D1; &::-webkit-scrollbar { width: 3px; height: 3px;} &::-webkit-scrollbar-button { background-color: rgba(0,0,0,.13); } &::-webkit-scrollbar-track { background-color: rgba(0,0,0,.13); } &::-webkit-scrollbar-track-piece { background-color: rgba(255,255,255,.42);} &::-webkit-scrollbar-thumb { border-radius: 5px; background: #000; } &::-webkit-scrollbar-corner { background-color: rgba(0,0,0,.13);} &::-webkit-resizer { background-color: rgba(255,255,255,.42); } &::scrollbar { width: 3px; height: 3px;} &::scrollbar-button { background-color: rgba(0,0,0,.13); } &::scrollbar-track { background-color: rgba(0,0,0,.13); } &::scrollbar-track-piece { background-color: rgba(255,255,255,.42);} &::scrollbar-thumb { border-radius: 5px; background: #000; } &::scrollbar-corner { background-color: rgba(0,0,0,.13);} &::resizer { background-color: rgba(255,255,255,.42); } }
Version data entries
13 entries across 13 versions & 1 rubygems