Lidarr/frontend/src/Components/Scroller/OverlayScroller.css

16 lines
271 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.scroller {
2017-10-07 06:21:06 +00:00
/* Placeholder */
2017-09-04 02:20:56 +00:00
}
.thumb {
min-height: 50px;
border: 1px solid transparent;
border-radius: 5px;
background-color: $scrollbarBackgroundColor;
background-clip: padding-box;
&:hover {
background-color: $scrollbarHoverBackgroundColor;
}
}