21 lines
395 B
SCSS
Raw Normal View History

2021-04-08 22:59:05 +08:00
.overview-controls {
padding-bottom: 32px;
}
2022-10-28 18:34:59 +08:00
%overview_scrollbar {
StBin#trough {
background-color: $light_divider_color;
}
StButton#vhandle, StButton#hhandle {
background-color: $light_hint_fg_color;
&:hover { background-color: $light_alt_fg_color; }
&:active { background-color: $light_fg_color; }
}
}
#overview {
StScrollBar { @extend %overview_scrollbar; }
}