From ef1a6928ae8a512a0695786b5e7b777c82d89113 Mon Sep 17 00:00:00 2001 From: Renjaya Raga Zenta <ragazenta@gmail.com> Date: Wed, 6 Jun 2018 22:23:43 +0700 Subject: [PATCH] Move #XfceNotifyWindow code to apps/_xfce.scss --- src/gtk-3.0/scss/apps/_xfce.scss | 13 +++++++++++++ src/gtk-3.0/scss/widgets/_osd.scss | 13 ------------- src/gtk-3.20/scss/apps/_xfce.scss | 17 +++++++++++++++++ src/gtk-3.20/scss/widgets/_osd.scss | 17 ----------------- 4 files changed, 30 insertions(+), 30 deletions(-) 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; - } - } - } - } }