From ac751f01e01512e9ec400437c89825d253e18213 Mon Sep 17 00:00:00 2001 From: kn Date: Thu, 21 Jul 2022 12:41:46 +0200 Subject: [PATCH] remove box shadow that make weird border for xfce notifications --- Theme/Chicago95/xfce-notify-4.0/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Chicago95/xfce-notify-4.0/gtk.css b/Theme/Chicago95/xfce-notify-4.0/gtk.css index 00f1d42..de79800 100755 --- a/Theme/Chicago95/xfce-notify-4.0/gtk.css +++ b/Theme/Chicago95/xfce-notify-4.0/gtk.css @@ -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 {