diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index 87d7deff..68c7d913 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -35,6 +35,11 @@ body { border-radius: 2px; background-color: rgba(255, 255, 255, 0.25) !important; } +::-webkit-scrollbar-thumb:hover { + -webkit-border-radius: 2px; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.45) !important; +} /* MINI RIGHT SCROLL BAR */ .OverlayScroller-thumb-1Lhfi { background-color: hsla(0,0%,100%,.25) !important;