diff --git a/src/gtk-3.0/scss/apps/_xfce.scss b/src/gtk-3.0/scss/apps/_xfce.scss index dc38a86..ea06560 100644 --- a/src/gtk-3.0/scss/apps/_xfce.scss +++ b/src/gtk-3.0/scss/apps/_xfce.scss @@ -23,4 +23,17 @@ .menu { -gtk-image-effect: none; } } + + #XfceNotifyWindow { + background-color: $osd_bg; + color: $osd_fg; + border-radius: $roundness; + border: 1px solid border_normal($osd_bg); + + GtkLabel { + &#summary { + font-weight: bold; + } + } + } } diff --git a/src/gtk-3.0/scss/widgets/_osd.scss b/src/gtk-3.0/scss/widgets/_osd.scss index 01cf7ff..dbf1d16 100644 --- a/src/gtk-3.0/scss/widgets/_osd.scss +++ b/src/gtk-3.0/scss/widgets/_osd.scss @@ -128,17 +128,4 @@ background-image: none; } } - - #XfceNotifyWindow { - background-color: $osd_bg; - color: $osd_fg; - border-radius: $roundness; - border: 1px solid border_normal($osd_bg); - - GtkLabel { - &#summary { - font-weight: bold; - } - } - } } diff --git a/src/gtk-3.20/scss/apps/_xfce.scss b/src/gtk-3.20/scss/apps/_xfce.scss index 4300474..4c927a0 100644 --- a/src/gtk-3.20/scss/apps/_xfce.scss +++ b/src/gtk-3.20/scss/apps/_xfce.scss @@ -27,4 +27,21 @@ text-shadow: none; } } + + #XfceNotifyWindow { + .osd { + background-color: $osd_bg; + color: $osd_fg; + border-radius: $roundness; + border: 1px solid border_normal($osd_bg); + } + + &.osd { + label { + &#summary { + font-weight: bold; + } + } + } + } } diff --git a/src/gtk-3.20/scss/widgets/_osd.scss b/src/gtk-3.20/scss/widgets/_osd.scss index 56108e7..0fd38be 100644 --- a/src/gtk-3.20/scss/widgets/_osd.scss +++ b/src/gtk-3.20/scss/widgets/_osd.scss @@ -263,21 +263,4 @@ } } } - - #XfceNotifyWindow { - .osd { - background-color: $osd_bg; - color: $osd_fg; - border-radius: $roundness; - border: 1px solid border_normal($osd_bg); - } - - &.osd { - label { - &#summary { - font-weight: bold; - } - } - } - } }