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; } - }*/ - + } }