Browse Source

lidarr: more scrollr fix

pull/15/head
gilbN 5 years ago
parent
commit
96aeb08ef4
  1. 5
      CSS/themes/lidarr/lidarr-base.css

5
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;

Loading…
Cancel
Save