Sha256: d3ecf78795bb8298fcb90d3acbc0ccf2980ed67e1902f0d25014ba58ce6a946e

Contents?: true

Size: 1.01 KB

Versions: 9

Compression:

Stored size: 1.01 KB

Contents

::-webkit-scrollbar {
  width: 0.666em;
  height: 0.666em;
}
::-webkit-scrollbar-thumb {
  background: #808283;
  background-color: #a6a8a8;
  background-image: -webkit-linear-gradient(left, #a6a8a8 40%, #737576 50%);
  background-image: -moz-linear-gradient(left, #a6a8a8 40%, #737576 50%);
  background-image: -ms-linear-gradient(left, #a6a8a8 40%, #737576 50%);
  background-image: -o-linear-gradient(left, #a6a8a8 40%, #737576 50%);
  background-image: linear-gradient(left, #a6a8a8 40%, #737576 50%);
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #a6a8a8;
  background-image: -webkit-linear-gradient(top, #a6a8a8 40%, #737576 50%);
  background-image: -moz-linear-gradient(top, #a6a8a8 40%, #737576 50%);
  background-image: -ms-linear-gradient(top, #a6a8a8 40%, #737576 50%);
  background-image: -o-linear-gradient(top, #a6a8a8 40%, #737576 50%);
  background-image: linear-gradient(top, #a6a8a8 40%, #737576 50%);
}
::-webkit-scrollbar-track {
  background: #4b4c4d;
  box-shadow: inset 0px 0px 1px 1px #1a1c1e;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
flammarion-0.1.10pre2 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.10pre1 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.9 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.8 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.8pre1 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.8pre lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.7 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.7pre2 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.7pre lib/html/build/stylesheets/scrollbar.css