From 3fa768c6fd42e17365629f416c1a875531c485aa Mon Sep 17 00:00:00 2001 From: NA NA Date: Fri, 28 Oct 2016 14:13:47 +0000 Subject: [PATCH] main.css changed scrollbar width --- css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index c569935..c72aff9 100644 --- a/css/main.css +++ b/css/main.css @@ -234,19 +234,19 @@ p { } ::-webkit-scrollbar { - width: 10px; + width: 6px; } ::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 4px rgba(0, 255, 255, 1); + -webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 1); background-color: rgba(0,0,0,0.9); - border-radius: 10px; + border-radius: 2px; } ::-webkit-scrollbar-thumb { background-color: rgba(0, 255, 255, 0.5); - border-radius: 6px; - -webkit-box-shadow: inset 0 0 4px rgba(0, 255, 255, 0.5); + border-radius: 2px; + -webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5); } .auto-size {