Simplewaita/source/common/xfce.scss
2022-07-25 12:06:09 +02:00

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);}
}
}