diff options
author | raveit65 <[email protected]> | 2016-07-14 12:35:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-14 12:36:11 +0200 |
commit | 9f24ff22cabaa1eb5667ecb135d5c4f2065a0d05 (patch) | |
tree | 359bcd96dd860cef76c9e01031fed1397039759f /desktop-themes/TraditionalOk | |
parent | 544e0dc435214bd59aadc399cd4c08e4c70bb21b (diff) | |
download | mate-themes-9f24ff22cabaa1eb5667ecb135d5c4f2065a0d05.tar.bz2 mate-themes-9f24ff22cabaa1eb5667ecb135d5c4f2065a0d05.tar.xz |
GTK+-3.20 most themes: fix fg color of treeview.trough if selected
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 00603b8a..e32fc102 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -651,7 +651,8 @@ row:selected:focus progressbar trough { } treeview.view.trough, -treeview.view.trough:hover { +treeview.view.trough:hover, +treeview.view.trough:selected { background-image: -gtk-gradient (linear, left top, left bottom, from (mix (@trough_gradient_a, @theme_selected_bg_color, 0.25)), @@ -661,6 +662,7 @@ treeview.view.trough:hover { border-style: solid; border-color: @progressbar_border_color; padding: 0px; + color: @theme_fg_color; } /************ |