Sha256: 58abdded388c2416eca50c7c5f688c16d60596b36a2bf8c71a81a03d9307ef62
Contents?: true
Size: 1.52 KB
Versions: 4
Compression:
Stored size: 1.52 KB
Contents
@import "compass/css3"; /* Overrides of the themed horizontal scroller to take it back to a basic black transparent OS X style overlay. */ $theme.sc-overlay-scroller-view.sc-horizontal { /* Track */ .track { background: none; } .cap, .endcap { background: none; } /* Buttons */ .button-top { background: none; } .button-bottom { background: none; } .button-top:active { background: none; } .button-bottom:active { background: none; } /* Thumb */ .thumb { } .thumb-top { @include border-left-radius(4px); background-color: $overlay-thumb-background-color; background-image: none; border-left: 1px solid $overlay-thumb-border-color; border-top: 1px solid $overlay-thumb-border-color; border-bottom: 1px solid $overlay-thumb-border-color; height: 7px; top: 2px; } .thumb-clip { height: 9px; /* +2px for white border */ top: 2px; } .thumb-inner { } .thumb-center { background-color: $overlay-thumb-background-color; background-image: none; border-top: 1px solid $overlay-thumb-border-color; border-bottom: 1px solid $overlay-thumb-border-color; width: initial; height: 7px; } .thumb-bottom { @include border-right-radius(4px); background-color: $overlay-thumb-background-color; background-image: none; border-right: 1px solid $overlay-thumb-border-color; border-top: 1px solid $overlay-thumb-border-color; border-bottom: 1px solid $overlay-thumb-border-color; height: 7px; } }
Version data entries
4 entries across 4 versions & 1 rubygems