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.14/gtk-dark.css | 4 +++- common/gtk-3.0/3.14/gtk-darker.css | 4 +++- common/gtk-3.0/3.14/gtk-solid-dark.css | 4 +++- common/gtk-3.0/3.14/gtk-solid-darker.css | 4 +++- common/gtk-3.0/3.14/gtk-solid.css | 4 +++- common/gtk-3.0/3.14/gtk.css | 4 +++- common/gtk-3.0/3.14/sass/_applications.scss | 3 +++ common/gtk-3.0/3.16/gtk-dark.css | 4 +++- common/gtk-3.0/3.16/gtk-darker.css | 4 +++- common/gtk-3.0/3.16/gtk-solid-dark.css | 4 +++- common/gtk-3.0/3.16/gtk-solid-darker.css | 4 +++- common/gtk-3.0/3.16/gtk-solid.css | 4 +++- common/gtk-3.0/3.16/gtk.css | 4 +++- common/gtk-3.0/3.16/sass/_applications.scss | 3 +++ common/gtk-3.0/3.18/gtk-dark.css | 4 +++- common/gtk-3.0/3.18/gtk-darker.css | 4 +++- common/gtk-3.0/3.18/gtk-solid-dark.css | 4 +++- common/gtk-3.0/3.18/gtk-solid-darker.css | 4 +++- common/gtk-3.0/3.18/gtk-solid.css | 4 +++- common/gtk-3.0/3.18/gtk.css | 4 +++- common/gtk-3.0/3.18/sass/_applications.scss | 3 +++ 21 files changed, 63 insertions(+), 18 deletions(-) diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index 8684c90..c9b6045 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -3053,7 +3053,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 { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index f259f27..2c7de68 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-darker.css @@ -3056,7 +3056,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 { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css index 3acb0b3..959c05b 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -3053,7 +3053,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index a529278..66d0128 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -3056,7 +3056,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css index e3eb932..5176a99 100644 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ b/common/gtk-3.0/3.14/gtk-solid.css @@ -3056,7 +3056,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css index 838218d..d2cf4a8 100644 --- a/common/gtk-3.0/3.14/gtk.css +++ b/common/gtk-3.0/3.14/gtk.css @@ -3056,7 +3056,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 { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss index 3095a78..b40945d 100644 --- a/common/gtk-3.0/3.14/sass/_applications.scss +++ b/common/gtk-3.0/3.14/sass/_applications.scss @@ -491,6 +491,9 @@ ClockBox { .xfce4-panel.panel { background-color: $panel_bg; + text-shadow: none; + icon-shadow: none; + .button.flat { color: $panel_fg; background-color: transparentize($panel_bg, 1); diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index f70748b..6d9e12a 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -2930,7 +2930,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 { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css index 242c208..7834b22 100644 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ b/common/gtk-3.0/3.16/gtk-darker.css @@ -2933,7 +2933,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 { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index e88b789..cad7d78 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -2930,7 +2930,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css index 470d40f..ffe71d5 100644 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-solid-darker.css @@ -2933,7 +2933,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index bc3bf76..83c828f 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -2933,7 +2933,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + icon-shadow: none; } .xfce4-panel.panel .button.flat { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css index 2c43a27..1326f87 100644 --- a/common/gtk-3.0/3.16/gtk.css +++ b/common/gtk-3.0/3.16/gtk.css @@ -2933,7 +2933,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 { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss index abb8cf1..bfcee21 100644 --- a/common/gtk-3.0/3.16/sass/_applications.scss +++ b/common/gtk-3.0/3.16/sass/_applications.scss @@ -542,6 +542,9 @@ ClockBox { .xfce4-panel.panel { background-color: $panel_bg; + text-shadow: none; + icon-shadow: none; + .button.flat { color: $panel_fg; background-color: transparentize($panel_bg, 1); diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index 1d4ef57..9364445 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -3085,7 +3085,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); 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); diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css index d5a4214..411ea48 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -3085,7 +3085,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + 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); diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index 258b29a..a172754 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -3088,7 +3088,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + 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); diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index 6f8e832..46f48e1 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -3092,7 +3092,9 @@ ClockBox { color: #BAC3CF; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + 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); diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index 9fb09b8..f409ee1 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -3092,7 +3092,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); diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 9d28629..d0c7ff8 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -589,6 +589,9 @@ ClockBox { .xfce4-panel.panel { background-color: $panel_bg; + text-shadow: none; + icon-shadow: none; + .button.flat { color: $panel_fg; background-color: transparentize($panel_bg, 1); -- cgit v1.2.3