GTK3: improve visibility and theme of xfce's notifications and logout dialog
This commit is contained in:
parent
7db335aa09
commit
e4a214f296
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user