mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
14 lines
251 B
CSS
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;
|
|
}
|
|
}
|