From 3dc0bbe8189b4792f8a09e582bcf9816e438395b Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Wed, 21 Sep 2016 13:13:52 -0500 Subject: [PATCH] reenable old xfce styles in 3.20 until we can rewrite them. --- src/gtk-3.20/scss/_widgets.scss | 2 +- src/gtk-3.20/scss/apps/_xfce.scss | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gtk-3.20/scss/_widgets.scss b/src/gtk-3.20/scss/_widgets.scss index 5673c71..0b775a2 100644 --- a/src/gtk-3.20/scss/_widgets.scss +++ b/src/gtk-3.20/scss/_widgets.scss @@ -34,6 +34,6 @@ @import "apps/nemo"; @import "apps/panel"; @import "apps/synaptic"; -//@import "apps/xfce"; +@import "apps/xfce"; @import "apps/unity"; @import "apps/lightdm"; diff --git a/src/gtk-3.20/scss/apps/_xfce.scss b/src/gtk-3.20/scss/apps/_xfce.scss index 86d06d1..a710f2d 100644 --- a/src/gtk-3.20/scss/apps/_xfce.scss +++ b/src/gtk-3.20/scss/apps/_xfce.scss @@ -5,7 +5,7 @@ ****************/ @include exports("xfce") { - /*XfceHeading { + .XfceHeading { margin: 0; padding: 0; border: 0; @@ -20,6 +20,5 @@ font: inherit; button { @extend %panelbutton; } - }*/ - + } }