summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-14 12:35:40 +0200
committerraveit65 <[email protected]>2016-07-14 12:35:40 +0200
commit7d958343d3934ecf23c8412f215fa34f26e71b41 (patch)
tree68fd7f1b645f705950fe37fac0b17e4ccf1031d1 /desktop-themes/GreenLaguna/gtk-3.0
parent2ac4b28db2a1a745b85af7d4176f839a28fa5281 (diff)
downloadmate-themes-7d958343d3934ecf23c8412f215fa34f26e71b41.tar.bz2
mate-themes-7d958343d3934ecf23c8412f215fa34f26e71b41.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.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 48b64b84..f8e86cba 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);
}
/**********