From 2afe04636050cc06ed48843c1ee2b852034a092e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 15 May 2016 12:00:39 +0200 Subject: remove icon and text shadows from xfce panel (fix #479) --- common/gtk-3.0/3.18/gtk-darker.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.18/gtk-darker.css') diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index e2a1fad..14bac0f 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -3088,7 +3088,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); -- cgit v1.2.3