From 7d958343d3934ecf23c8412f215fa34f26e71b41 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 14 Jul 2016 12:35:40 +0200 Subject: GTK+-3.20 most themes: fix fg color of treeview.trough if selected --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 4fa29d7b..22b59f6c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -549,6 +549,7 @@ notebook treeview.view.trough:selected:hover { box-shadow: inset 1px 1px alpha(#000, 0.15), inset -1px -1px alpha(#000, 0.15); text-shadow: none; + color: @theme_fg_color; } progressbar.vertical trough { -- cgit v1.2.1