disable some unused styles for xfce
(cherry picked from commit e4d2eb5) (cherry picked from commit c2687a1)pull/549/merge
parent
30b14f77d0
commit
7e617ce8f5
|
@ -31,7 +31,7 @@
|
|||
@import "apps/nemo";
|
||||
@import "apps/panel";
|
||||
@import "apps/synaptic";
|
||||
@import "apps/xfce";
|
||||
//@import "apps/xfce";
|
||||
@import "apps/unity";
|
||||
@import "apps/lightdm";
|
||||
@import "apps/gnome-terminal";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
****************/
|
||||
|
||||
@include exports("xfce") {
|
||||
XfceHeading {
|
||||
/*XfceHeading {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
@ -17,10 +17,9 @@
|
|||
.xfce4-panel {
|
||||
@extend %panel;
|
||||
|
||||
font: normal;
|
||||
font: inherit;
|
||||
|
||||
button { @extend %panelbutton; }
|
||||
}*/
|
||||
|
||||
menu, .menu { -gtk-icon-effect: none; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue