Skip to content

Commit

Permalink
Fix xfce4-notifyd text color
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Oct 2, 2020
1 parent 186d9e9 commit 55a7b48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions gtk/src/Zukitre/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ XfdesktopIconView.view {
#XfceNotifyWindow {
background-color: $panel_bg;
border-radius: $window_radius;
color: $osd_fg_color;

buttonbox { padding: 0; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { background-color: #1d1f20; border-radius: 3px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 3px; color: #eeeeec; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { background-color: #1d1f20; border-radius: 3px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 3px; color: #eeeeec; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down
1 change: 1 addition & 0 deletions gtk/src/Zukitwo/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ XfdesktopIconView.view {
#XfceNotifyWindow {
background-color: $panel_bg;
border-radius: $window_radius;
color: $osd_fg_color;

buttonbox { padding: 0; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { background-color: #1d1f20; border-radius: 7px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 7px; color: #eeeeec; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { background-color: #1d1f20; border-radius: 7px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 7px; color: #eeeeec; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down

0 comments on commit 55a7b48

Please sign in to comment.