Sha256: 1785f0bc25788afe0dce94618301ed9272bd0fa52d246d4983dabac644494dbf

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 Bytes

Contents

::-webkit-scrollbar {
  width: 0.666em;
  height: 0.666em;
}
::-webkit-scrollbar:hover {
  width: 1.5em;
  height: 1.5em;
}
::-webkit-scrollbar-thumb {
  background: #858585;
  background-color: #aaa;
  background-image: -webkit-linear-gradient(left, #aaa 40%, #787878 50%);
  background-image: -moz-linear-gradient(left, #aaa 40%, #787878 50%);
  background-image: -ms-linear-gradient(left, #aaa 40%, #787878 50%);
  background-image: -o-linear-gradient(left, #aaa 40%, #787878 50%);
  background-image: linear-gradient(left, #aaa 40%, #787878 50%);
}
::-webkit-scrollbar-track {
  background: #bebebe;
  box-shadow: inset 0px 0px 1px 1px #d6d6d6;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flammarion-0.0.12 lib/html/build/stylesheets/scrollbar.css
flammarion-0.0.11 lib/html/build/stylesheets/scrollbar.css