From e4a214f2962b0e2b48f9399285aecaf856163aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Thu, 12 Aug 2021 20:58:52 +0200 Subject: [PATCH] GTK3: improve visibility and theme of xfce's notifications and logout dialog --- src/themes/Kali/sass/gtk3/_applications.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/themes/Kali/sass/gtk3/_applications.scss b/src/themes/Kali/sass/gtk3/_applications.scss index c7983f4e..bb94d8bf 100644 --- a/src/themes/Kali/sass/gtk3/_applications.scss +++ b/src/themes/Kali/sass/gtk3/_applications.scss @@ -105,8 +105,17 @@ filechooser, } } -/* XFCE4 NOTIFICATIONS */ -#XfceNotifyWindow { background-color: darken($osd_bg_color, 4%); } +/* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */ +#XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button { + border: 1px solid $borders_color; + border-bottom-width: 2px; + box-shadow: inset 0 0 0 1px transparentize(white, .9); + -gtk-icon-style: symbolic; +} + +.xfsm-logout-dialog > .vertical > .horizontal button { + margin: 8px; +} /* Whisker menu */ #whiskermenu-window {