1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-16 21:15:28 -04:00
Files
Sonarr/frontend/src/Components/Scroller/OverlayScroller.css
Mark McDowall 5894b4fd95 v3 UI
2018-12-29 13:08:43 +01:00

16 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;
}
}