Merge pull request #253 from huyhoang8398/master

remove box shadow that make weird border for xfce notifications
This commit is contained in:
grassmunk 2023-02-15 21:52:56 -08:00 committed by GitHub
commit f1a11c3a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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