mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-08 00:13:02 +00:00
21 lines
395 B
SCSS
21 lines
395 B
SCSS
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
}
|
|
|
|
%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; }
|
|
}
|