aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-3.20/scss/apps/_xfce.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-23 23:50:54 -0500
committerJesús <heckyel@hyperbola.info>2019-08-23 23:50:54 -0500
commit033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b (patch)
treed9351e6999294f3ed005e821695c3d081fe0b537 /src/gtk-3.20/scss/apps/_xfce.scss
downloadlibrix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.tar.lz
librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.tar.xz
librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.zip
first commit
Diffstat (limited to 'src/gtk-3.20/scss/apps/_xfce.scss')
-rw-r--r--src/gtk-3.20/scss/apps/_xfce.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/gtk-3.20/scss/apps/_xfce.scss b/src/gtk-3.20/scss/apps/_xfce.scss
new file mode 100644
index 0000000..4300474
--- /dev/null
+++ b/src/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;
+ }
+ }
+}