From 38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de 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/BlueMenta/gtk-3.0/gtk-widgets.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 4bbf0c98..cc5a1de2 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -900,8 +900,9 @@ treeview.view.trough { } treeview.view.trough:selected { - background-color: rgba(102, 153, 204, 0.8); + background-color: shade(@theme_selected_bg_color, 1.3); border: 1px solid rgba(0, 0, 0, 0.3); + color: @theme_fg_color; } /**************** -- cgit v1.2.1