summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-14 12:35:40 +0200
committerraveit65 <[email protected]>2016-07-14 12:36:28 +0200
commit38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de (patch)
tree49f0c602f3e4c9b1d12497a543f90cc9d7f18bbd /desktop-themes/GreenLaguna
parent17ec5a479c2a0d27320abaced92f9f1061e2a766 (diff)
downloadmate-themes-38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de.tar.bz2
mate-themes-38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de.tar.xz
GTK+-3.20 most themes: fix fg color of treeview.trough if selected
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css5
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);
}
/**********