numix-gtk-theme/gtk-3.20/scss/apps/_xfce.scss

27 lines
445 B
SCSS
Raw Normal View History

2016-04-09 04:30:09 +00:00
@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: normal;
2016-06-09 23:05:05 +00:00
button { @extend %panelbutton; }
2016-04-09 04:30:09 +00:00
2016-06-09 23:05:05 +00:00
menu, .menu { -gtk-icon-effect: none; }
2016-04-09 04:30:09 +00:00
}
}