mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
13 lines
409 B
SCSS
13 lines
409 B
SCSS
|
|
#unlockDialogNotifications {
|
|
StButton#vhandle, StButton#hhandle {
|
|
background-color: transparentize($bg_color, 0.7);
|
|
&:hover, &:focus { background-color: transparentize($bg_color, 0.5); }
|
|
@if $gnome_version == 'old' {
|
|
&:active { background-color: transparentize($primary_color, 0.5); }
|
|
} @else {
|
|
&:active { background-color: st-transparentize($primary_color, 0.5); }
|
|
}
|
|
}
|
|
}
|