From a8413f2811248f3b42b817cdb8417b5568050d74 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 16 Oct 2013 14:55:15 +0200 Subject: [PATCH] style webkit scrollbars --- css/glowingbear.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 28f40b6..73372d9 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -231,3 +231,14 @@ li.notification { [x-ng-click] { cursor: pointer; } +::-webkit-scrollbar { + width: 10px; + height: 10px; +} +::-webkit-scrollbar-track-piece { + background-color: black; +} +::-webkit-scrollbar-thumb:vertical { + height: 15px; + background: rgba(255,255,255,0.5); +}