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 {