Skip to content

Commit 0d6b4c8

Browse files
authored
Fix Thunar sidebar. Fix for issue #742
1 parent c5ce164 commit 0d6b4c8

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

src/gtk-3.0/scss/_widgets.scss

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
@import "apps/nemo";
3232
@import "apps/panel";
3333
@import "apps/synaptic";
34+
@import "apps/thunar";
3435
@import "apps/xfce";
3536
@import "apps/unity";
3637
@import "apps/lightdm";

src/gtk-3.0/scss/apps/_thunar.scss

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@include exports("thunar") {
2+
.thunar {
3+
scrolledwindow.sidebar treeview.view {
4+
background: $bg_color;
5+
color: $fg_color;
6+
7+
&:selected, &:active {
8+
background: $selected_bg_color;
9+
color: $selected_fg_color;
10+
}
11+
}
12+
13+
scrolledwindow.shortcuts-pane {
14+
border-top-width: 1;
15+
}
16+
}
17+
}

src/gtk-3.20/scss/_widgets.scss

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
@import "apps/nemo";
3535
@import "apps/panel";
3636
@import "apps/synaptic";
37+
@import "apps/thunar";
3738
@import "apps/xfce";
3839
@import "apps/unity";
3940
@import "apps/lightdm";

src/gtk-3.20/scss/apps/_thunar.scss

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@include exports("thunar") {
2+
.thunar {
3+
scrolledwindow.sidebar treeview.view {
4+
background: $bg_color;
5+
color: $fg_color;
6+
7+
&:selected, &:active {
8+
background: $selected_bg_color;
9+
color: $selected_fg_color;
10+
}
11+
}
12+
13+
scrolledwindow.shortcuts-pane {
14+
border-top-width: 1;
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)