aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
diff options
context:
space:
mode:
authorHorst31802016-03-31 23:44:09 +0200
committerHorst31802016-03-31 23:44:09 +0200
commit435a5f71f3eb2b6175358fdf78e4570a6df07233 (patch)
tree7882783d6a841f473a23638c5c0379a2f3ae5794 /common/gtk-3.0/3.20/gtk.css
parent1c27afbd4b21806a8fb8ac109e7438f6ff191ea8 (diff)
downloadsolarc-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.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css4
1 files changed, 3 insertions, 1 deletions
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);