mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
2291f3e00e
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
20 lines
316 B
CSS
20 lines
316 B
CSS
.scroller {
|
|
/* Placeholder */
|
|
}
|
|
|
|
.track {
|
|
/* Placeholder */
|
|
}
|
|
|
|
.thumb {
|
|
min-height: 100px;
|
|
border: 1px solid transparent;
|
|
border-radius: 5px;
|
|
background-color: var(--scrollbarBackgroundColor);
|
|
background-clip: padding-box;
|
|
|
|
&:hover {
|
|
background-color: var(--scrollbarHoverBackgroundColor);
|
|
}
|
|
}
|