diff options
author | Horst3180 | 2016-05-15 12:00:39 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-15 12:01:01 +0200 |
commit | 2afe04636050cc06ed48843c1ee2b852034a092e (patch) | |
tree | d421935ddc68fb2c082c384455b70af3006ec652 /common/gtk-3.0/3.18 | |
parent | 8f25fc712ea2da1ce13c30417269b4b1d0055f25 (diff) | |
download | solarc-theme-2afe04636050cc06ed48843c1ee2b852034a092e.tar.gz solarc-theme-2afe04636050cc06ed48843c1ee2b852034a092e.tar.xz solarc-theme-2afe04636050cc06ed48843c1ee2b852034a092e.zip |
remove icon and text shadows from xfce panel (fix #479)
Diffstat (limited to 'common/gtk-3.0/3.18')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-dark.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-darker.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-solid-dark.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-solid-darker.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-solid.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/sass/_applications.scss | 3 |
7 files changed, 21 insertions, 6 deletions
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); |