mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-07 16:03:03 +00:00
9 lines
276 B
SCSS
9 lines
276 B
SCSS
![]() |
|
||
|
#unlockDialogNotifications {
|
||
|
StButton#vhandle, StButton#hhandle {
|
||
|
background-color: transparentize($bg_color, 0.7);
|
||
|
&:hover, &:focus { background-color: transparentize($bg_color, 0.5); }
|
||
|
&:active { background-color: transparentize($primary_color, 0.5); }
|
||
|
}
|
||
|
}
|