From 110f541ba79884ae180cf706f9a114f286789c6b Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 5 Jul 2019 22:06:45 +0200 Subject: [PATCH] sonarr: scroller --- CSS/themes/sonarr/sonarr-base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 1853e764..5de304ba 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -71,12 +71,11 @@ body { width: 10px; height: 10px; background: rgba(0, 0, 0, .25); - } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; - background-color: hsla(0,0%,100%,.08); + background-color: rgba(255, 255, 255, 0.25) !important; } /* navbar and searchbar */