mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
disable some unused styles for xfce
(cherry picked from commit e4d2eb5) (cherry picked from commit c2687a1)
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user