mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-16 21:15:28 -04:00
16 lines
271 B
CSS
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;
|
|
}
|
|
}
|