Tweaked Xfce-notify GTK3 rules

master
Christian Medel 2019-02-28 12:46:37 -05:00
parent a4024eed58
commit 4610e6c873
1 changed files with 24 additions and 24 deletions

View File

@ -2481,14 +2481,14 @@ panel-toplevel.background na-tray-applet {
border: none;
background-color: shade(@taskbar_bg_color, 0.93); }
#XfceNotifyWindow .osd {
#XfceNotifyWindow.osd {
background-color: @theme_bg_color;
color: @theme_fg_color;
border-radius: 2px;
border: none; }
#XfceNotifyWindow.osd label#summary {
#XfceNotifyWindow.osd label#summary {
font-weight: bold; }
#XfceNotifyWindow.osd button {
#XfceNotifyWindow.osd button {
padding: 4px 9px;
border-style: solid;
border-width: 1px;