From 092b97c6b1f3b2b5f87fe3024a488f9f417501be Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 6 Jul 2019 01:14:28 +0200 Subject: [PATCH] lidarr: scroller color --- CSS/themes/lidarr/lidarr-base.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index 2c1a70a4..87d7deff 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -21,7 +21,27 @@ body { -moz-background-size: auto, cover; -o-background-size: auto, cover; } - + /* scroller */ +::-webkit-scrollbar-corner { + background-color: hsla(0,0%,100%,.08); +} +::-webkit-scrollbar { + width: 10px; + height: 10px; + background: rgba(0, 0, 0, .25); +} +::-webkit-scrollbar-thumb { + -webkit-border-radius: 2px; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.25) !important; +} +/* MINI RIGHT SCROLL BAR */ +.OverlayScroller-thumb-1Lhfi { +background-color: hsla(0,0%,100%,.25) !important; +} +.OverlayScroller-thumb-1Lhfi:hover { + background-color: rgba(255, 255, 255, 0.45) !important; +} /* LINKS */ .Link-to-6fmSq { color: #FFF; @@ -178,10 +198,6 @@ body { .PageJumpBar-jumpBar-3owcF { color: #FFF; } - /* MINI RIGHT SCROLL BAR */ - .OverlayScroller-thumb-1Lhfi { - background-color: hsla(0,0%,100%,.08) !important; - } /* ADD NEW */