Fix Thunar sidebar. Fix for issue #742
parent
c5ce164db5
commit
0d6b4c8ded
|
@ -31,6 +31,7 @@
|
||||||
@import "apps/nemo";
|
@import "apps/nemo";
|
||||||
@import "apps/panel";
|
@import "apps/panel";
|
||||||
@import "apps/synaptic";
|
@import "apps/synaptic";
|
||||||
|
@import "apps/thunar";
|
||||||
@import "apps/xfce";
|
@import "apps/xfce";
|
||||||
@import "apps/unity";
|
@import "apps/unity";
|
||||||
@import "apps/lightdm";
|
@import "apps/lightdm";
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
@include exports("thunar") {
|
||||||
|
.thunar {
|
||||||
|
scrolledwindow.sidebar treeview.view {
|
||||||
|
background: $bg_color;
|
||||||
|
color: $fg_color;
|
||||||
|
|
||||||
|
&:selected, &:active {
|
||||||
|
background: $selected_bg_color;
|
||||||
|
color: $selected_fg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
scrolledwindow.shortcuts-pane {
|
||||||
|
border-top-width: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -34,6 +34,7 @@
|
||||||
@import "apps/nemo";
|
@import "apps/nemo";
|
||||||
@import "apps/panel";
|
@import "apps/panel";
|
||||||
@import "apps/synaptic";
|
@import "apps/synaptic";
|
||||||
|
@import "apps/thunar";
|
||||||
@import "apps/xfce";
|
@import "apps/xfce";
|
||||||
@import "apps/unity";
|
@import "apps/unity";
|
||||||
@import "apps/lightdm";
|
@import "apps/lightdm";
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
@include exports("thunar") {
|
||||||
|
.thunar {
|
||||||
|
scrolledwindow.sidebar treeview.view {
|
||||||
|
background: $bg_color;
|
||||||
|
color: $fg_color;
|
||||||
|
|
||||||
|
&:selected, &:active {
|
||||||
|
background: $selected_bg_color;
|
||||||
|
color: $selected_fg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
scrolledwindow.shortcuts-pane {
|
||||||
|
border-top-width: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue