Lidarr/frontend/src/Components/Scroller/OverlayScroller.css
2017-10-07 02:21:06 -04:00

15 lines
271 B
CSS

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