From 4b50a6f2ead524d655399a93fd7903b78ef86f5b Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 19 Feb 2019 19:26:08 +0100 Subject: [PATCH] scroll fix --- CSS/themes/nzbget-plex.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/nzbget-plex.css b/CSS/themes/nzbget-plex.css index 60f8f634..05495dfe 100644 --- a/CSS/themes/nzbget-plex.css +++ b/CSS/themes/nzbget-plex.css @@ -27,12 +27,12 @@ body { /* scroller */ ::-webkit-scrollbar-corner { - background-color: hsla(0,0%,100%,.08); + background-color: rgba(0, 0, 0, .25); } ::-webkit-scrollbar { width: 10px; height: 10px; - background: rgba(0, 0, 0, .25); + background: #0c1218; } ::-webkit-scrollbar-thumb {