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

20 lines
304 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
}
.track {
/* Placeholder */
}
2017-09-04 02:20:56 +00:00
.thumb {
min-height: 100px;
2017-09-04 02:20:56 +00:00
border: 1px solid transparent;
border-radius: 5px;
background-color: $scrollbarBackgroundColor;
background-clip: padding-box;
&:hover {
background-color: $scrollbarHoverBackgroundColor;
}
}