Sha256: 02023e3739b25900f0c5087e90c73f66b83ad0bac5f45937de4c1df7a6647282

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

Stored size: 523 Bytes

Contents

@import 'colors.styl'
@import 'mixins.styl'

::-webkit-scrollbar {
  width: 0.666em;
  height: 0.666em;
}

::-webkit-scrollbar:hover {
  width: 1.5em;
  height: 1.5em;
}

::-webkit-scrollbar-thumb
  background $scrollbar-thumb-color
  if $enable-gradients
    background-linear-gradient left, lighten($scrollbar-thumb-color, 30%), 40%, darken($scrollbar-thumb-color, 10%), 50%

::-webkit-scrollbar-track
  background $scrollbar-track-color
  if $enable-gradients
    box-shadow inset 0px 0px 1px 1px darken($bg-color, 10%)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flammarion-0.0.12 lib/html/source/stylesheets/scrollbar.styl
flammarion-0.0.11 lib/html/source/stylesheets/scrollbar.styl
flammarion-0.0.10 lib/html/source/stylesheets/scrollbar.styl