Skip to content

Commit 30b14f7

Browse files
committed
move gtk3 styles for xfce4-notifyd into sass
(cherry picked from commit 7fbc94a) (cherry picked from commit 00ba709)
1 parent dbf231b commit 30b14f7

3 files changed

Lines changed: 6 additions & 37 deletions

File tree

gtk-3.0/scss/widgets/_osd.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
@include exports("osd") {
99
GtkOverlay.osd { background-color: transparent; }
1010

11-
.osd {
11+
.osd,
12+
#XfceNotifyWindow {
1213
&.background {
1314
background-color: alpha($osd_bg, .8);
1415
color: $osd_fg;

gtk-3.20/scss/widgets/_osd.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
@include exports("osd") {
99
overlay.osd { background-color: transparent; }
1010

11-
button.osd {
11+
button.osd,
12+
#XfceNotifyWindow button {
1213
@include button($osd_bg, $osd_fg);
1314

1415
&.image-button {
@@ -37,7 +38,8 @@
3738
&.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
3839
}
3940

40-
.osd {
41+
.osd,
42+
#XfceNotifyWindow {
4143
background-color: $osd_bg;
4244
color: $osd_fg;
4345

xfce-notify-4.0/gtk.css

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)