diff options
author | Horst3180 | 2016-03-31 23:44:09 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-31 23:44:09 +0200 |
commit | 435a5f71f3eb2b6175358fdf78e4570a6df07233 (patch) | |
tree | 7882783d6a841f473a23638c5c0379a2f3ae5794 /common/gtk-3.0/3.20/gtk-dark.css | |
parent | 1c27afbd4b21806a8fb8ac109e7438f6ff191ea8 (diff) | |
download | solarc-theme-435a5f71f3eb2b6175358fdf78e4570a6df07233.tar.gz solarc-theme-435a5f71f3eb2b6175358fdf78e4570a6df07233.tar.xz solarc-theme-435a5f71f3eb2b6175358fdf78e4570a6df07233.zip |
remove icon and text-shadow from xfce-panel
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-dark.css | 4 |
1 files changed, 3 insertions, 1 deletions
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); |