remove box shadow that make weird border for xfce notifications

This commit is contained in:
kn 2022-07-21 12:41:46 +02:00
parent 149a54cc96
commit ac751f01e0

View File

@ -3,7 +3,7 @@
color: #000000; color: #000000;
border: 1px solid black; border: 1px solid black;
border-radius: 5px; border-radius: 5px;
box-shadow: 4px 4px @tooltip_bg_shade; box-shadow: none;
} }
#XfceNotifyWindow:hover { #XfceNotifyWindow:hover {