Files
Prowlarr-Prowlarr/frontend/src/Components/Scroller/OverlayScroller.css
2020-04-30 20:03:59 -04:00

20 lines
304 B
CSS

.scroller {
/* Placeholder */
}
.track {
/* Placeholder */
}
.thumb {
min-height: 100px;
border: 1px solid transparent;
border-radius: 5px;
background-color: $scrollbarBackgroundColor;
background-clip: padding-box;
&:hover {
background-color: $scrollbarHoverBackgroundColor;
}
}