Sha256: 73e185d2d3c1e494c25e619a3f3cb94b1c8c9167d4f396d05b71d720ba46169f

Contents?: true

Size: 1.03 KB

Versions: 9

Compression:

Stored size: 1.03 KB

Contents

::-webkit-scrollbar {
  font-size: 14px;
  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-1.0.1 lib/html/build/stylesheets/scrollbar.css
flammarion-1.0.0 lib/html/build/stylesheets/scrollbar.css
flammarion-0.3.0 lib/html/build/stylesheets/scrollbar.css
flammarion-0.2.1 lib/html/build/stylesheets/scrollbar.css
flammarion-0.2.0 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.14 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.13 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.12 lib/html/build/stylesheets/scrollbar.css
flammarion-0.1.11 lib/html/build/stylesheets/scrollbar.css