We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf231b commit 30b14f7Copy full SHA for 30b14f7
3 files changed
gtk-3.0/scss/widgets/_osd.scss
@@ -8,7 +8,8 @@
8
@include exports("osd") {
9
GtkOverlay.osd { background-color: transparent; }
10
11
- .osd {
+ .osd,
12
+ #XfceNotifyWindow {
13
&.background {
14
background-color: alpha($osd_bg, .8);
15
color: $osd_fg;
gtk-3.20/scss/widgets/_osd.scss
overlay.osd { background-color: transparent; }
- button.osd {
+ button.osd,
+ #XfceNotifyWindow button {
@include button($osd_bg, $osd_fg);
&.image-button {
@@ -37,7 +38,8 @@
37
38
&.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
39
}
40
41
42
43
background-color: $osd_bg;
44
45
xfce-notify-4.0/gtk.css
0 commit comments