Skip to content

Commit e4254d4

Browse files
committed
Bugfixes for #1
XFWM4: bigger bottom images gtk.css (white): fix :selected color in treeview
1 parent e440790 commit e4254d4

13 files changed

Lines changed: 10 additions & 4 deletions

Dark/xfwm4/bottom-active.png

27 Bytes
Loading

Dark/xfwm4/bottom-inactive.png

27 Bytes
Loading

Dark/xfwm4/bottom-left-active.png

-6.23 KB
Loading
-6.23 KB
Loading

Dark/xfwm4/bottom-right-active.png

-6.22 KB
Loading
-6.22 KB
Loading

White/gtk-3.0/gtk.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4725,14 +4725,20 @@ treeview.view {
47254725
}
47264726

47274727
treeview.view:hover {
4728-
color: black;
4729-
background-color: alpha(currentColor,0.07);
4728+
color: white;
4729+
background-color: #ad7fa8;
47304730
}
47314731

47324732
treeview.view:selected:focus, treeview.view:selected {
47334733
border-radius: 0;
4734-
color: black;
4735-
background-color: alpha(currentColor,0.1);
4734+
color: white;
4735+
background-color: #75507b;
4736+
}
4737+
4738+
treeview.view:selected:hover {
4739+
border-radius: 0;
4740+
color: white;
4741+
background-color: #ad7fa8;
47364742
}
47374743

47384744
treeview.view:selected:disabled {

White/xfwm4/bottom-active.png

20 Bytes
Loading

White/xfwm4/bottom-inactive.png

20 Bytes
Loading

White/xfwm4/bottom-left-active.png

-6.24 KB
Loading

0 commit comments

Comments
 (0)