From 3ef2a82ae4a69679d082c9f32791b38808755dd5 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Sat, 23 May 2015 16:29:01 +0200 Subject: [PATCH] color changes to scrollbar bg --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4df15bbd..e84aab7a 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,14 +13,13 @@ ::-webkit-scrollbar-track { - background-color: lightgrey; + background-color: rgba(255,255,255,0.3); border-radius:0px; } ::-webkit-scrollbar { width: 4px; - background-color: lightgrey; border-radius:0px; }