From 435a5f71f3eb2b6175358fdf78e4570a6df07233 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 31 Mar 2016 23:44:09 +0200 Subject: remove icon and text-shadow from xfce-panel --- common/gtk-3.0/3.20/gtk-dark.css | 4 +++- common/gtk-3.0/3.20/gtk-darker.css | 4 +++- common/gtk-3.0/3.20/gtk-solid-dark.css | 4 +++- common/gtk-3.0/3.20/gtk-solid-darker.css | 4 +++- common/gtk-3.0/3.20/gtk-solid.css | 4 +++- common/gtk-3.0/3.20/gtk.css | 4 +++- common/gtk-3.0/3.20/sass/_applications.scss | 3 +++ 7 files changed, 21 insertions(+), 6 deletions(-) (limited to 'common/gtk-3.0') diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 56f0b02..68f59c3 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -3259,7 +3259,9 @@ button.documents-favorite:active:hover { border-color: transparent; } .xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + text-shadow: none; + -gtk-icon-shadow: none; } .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 95d719a..751b591 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -3258,7 +3258,9 @@ button.documents-favorite:active:hover { border-color: transparent; } .xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + text-shadow: none; + -gtk-icon-shadow: none; } .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index f1cbac1..9586c40 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -3259,7 +3259,9 @@ button.documents-favorite:active:hover { border-color: transparent; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + -gtk-icon-shadow: none; } .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 7abab4f..654dad9 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -3258,7 +3258,9 @@ button.documents-favorite:active:hover { border-color: transparent; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + -gtk-icon-shadow: none; } .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index dc7c0cf..3951eae 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3262,7 +3262,9 @@ button.documents-favorite:active:hover { border-color: transparent; } .xfce4-panel.panel { - background-color: #2b2e37; } + background-color: #2b2e37; + text-shadow: none; + -gtk-icon-shadow: none; } .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 1fa38a6..b674898 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -3262,7 +3262,9 @@ button.documents-favorite:active:hover { border-color: transparent; } .xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + text-shadow: none; + -gtk-icon-shadow: none; } .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; background-color: rgba(43, 46, 55, 0); diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 460201a..50d8dc4 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -499,6 +499,9 @@ button.documents-favorite:active:hover { .xfce4-panel.panel { background-color: $panel_bg; + text-shadow: none; + -gtk-icon-shadow: none; + button.flat { color: $panel_fg; background-color: transparentize($panel_bg, 1); -- cgit v1.2.3