From 53f9614758cdf236a0fd79f22f10fa178ea1c985 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 29 Dec 2014 01:08:14 +0000 Subject: [PATCH] Fancy scrollbar styling. --- resources/report/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index ca571a65..7afba925 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -26,6 +26,15 @@ ::-webkit-scrollbar-corner { background: inherit; } +::-webkit-scrollbar { + width: 12px; +} +::-webkit-scrollbar-track { + background: inherit; +} +::-webkit-scrollbar-thumb { + background: rgba(0, 0, 0, 0.26); +} paper-button[autofocus] { color: #64B5F6; }