Sha256: 6bc5395ffc0ab56b616f8c7e79bedc3af9529f53b9793379bf5812fc94304e23

Contents?: true

Size: 1.24 KB

Versions: 3

Compression:

Stored size: 1.24 KB

Contents

.scrollable::-webkit-scrollbar {
    height: 16px;
    width: 12px;
}
.scrollable::-webkit-scrollbar-button:start:decrement,
.scrollable::-webkit-scrollbar-button:end:increment {
    background-color: transparent;
    display: block;
    height: 0;
}
.scrollable::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid 
    transparent;
    border-width: 0 0 0 4px;
}
.scrollable::-webkit-scrollbar-track-piece {
    background-color: transparent;
    @include border-radius(0);
}
.scrollable::-webkit-scrollbar:hover {
    background-color: #f3f3f3;
    border-left: 1px solid #dbdbdb;
}
.scrollable::-webkit-scrollbar-thumb:vertical,
.scrollable::-webkit-scrollbar-thumb:horizontal {
    background-color: #c6c6c6;
    @include border-radius(0);
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border: solid transparent;
    border-width: 1px 1px 1px 2px;
    @include box-shadow(#{"inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07)"});
    background-clip: padding-box;
}
.scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #949494;
}
.scrollable::-webkit-scrollbar-thumb:active{
    background-color: rgba(0,0,0,0.5);
    @include box-shadow(inset 1px 1px 3px rgba(0,0,0,0.35));
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google-buttons-sass-0.1.2 vendor/assets/stylesheets/scrollbars.scss
google-buttons-sass-0.1.1 vendor/assets/stylesheets/scrollbars.scss
google-buttons-sass-0.1.0 vendor/assets/stylesheets/scrollbars.scss