summaryrefslogtreecommitdiff
path: root/Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss
diff options
context:
space:
mode:
Diffstat (limited to 'Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss')
-rw-r--r--Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss b/Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss
new file mode 100644
index 0000000..4300474
--- /dev/null
+++ b/Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss
@@ -0,0 +1,30 @@
+@import "panel";
+
+/***************
+ ! Xfce styles *
+****************/
+
+@include exports("xfce") {
+ .XfceHeading {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background-image: none;
+ background-color: $base_color;
+ color: $text_color;
+ }
+
+ .xfce4-panel {
+ @extend %panel;
+
+ font: inherit;
+
+ button { @extend %panelbutton; }
+
+ menu {
+ -gtk-icon-effect: none;
+
+ text-shadow: none;
+ }
+ }
+}