mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 12:25:18 +00:00
17 lines
415 B
SCSS
17 lines
415 B
SCSS
#XfceNotifyWindow {
|
|
|
|
color: $hint_fg;
|
|
border-radius: $window_radius;
|
|
border-width: $border_width;
|
|
border-style: solid;
|
|
@include relief($hint_bg);
|
|
label {color: $hint_fg}
|
|
label #summary { font-weight: bold; }
|
|
|
|
button {
|
|
@include button(osd);
|
|
&:hover {@include button(osd-hover); }
|
|
&:active {@include button(osd-active);}
|
|
}
|
|
|
|
}
|