GTK3: improve visibility and theme of xfce's notifications and logout dialog

This commit is contained in:
Daniel Ruiz de Alegría 2021-08-12 20:58:52 +02:00
parent 7db335aa09
commit e4a214f296

View File

@ -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 {