From b5515e6bace01afab1e24e1d14be70a507b48168 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 14 Jul 2015 13:42:47 +0200 Subject: fix unreadable text-color in progressbars this fixes #76 --- common/gtk-3.0/3.16/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/_common.scss') diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index 495d2aa..44804b8 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -1424,8 +1424,8 @@ GtkTreeView.view { // treeview grid lines a background-color: $selected_fg_color; } } - &.trough, &.trough:selected { // progress bar trough in treeviews + color: $fg_color; background-color: $button_border; border-radius: 3px; border-width: 0; -- cgit v1.2.3