aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-dark.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-darker.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-solid-dark.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-solid-darker.css4
-rw-r--r--common/gtk-3.0/3.14/gtk-solid.css4
-rw-r--r--common/gtk-3.0/3.14/gtk.css4
-rw-r--r--common/gtk-3.0/3.14/sass/_applications.scss3
7 files changed, 21 insertions, 6 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);