lidarr/frontend/src/Components/Scroller/OverlayScroller.css
2017-09-05 23:00:26 -04:00

14 lines
251 B
CSS

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