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/GreenLaguna/gtk-3.0 | |
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/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index a534c1ad..244a335d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -774,7 +774,8 @@ progressbar trough { shade(@theme_bg_color, 1.0)); border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.7) + border-color: shade(@theme_bg_color, 0.7); + color: @theme_fg_color; } treeview.view.trough { @@ -787,7 +788,7 @@ progressbar.vertical trough { shade(@theme_bg_color, 1.0)); border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.7) + border-color: shade(@theme_bg_color, 0.7); } /********** |