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.14/gtk-contained-dark.css | 1 + 1 file changed, 1 insertion(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 2ac0e45..c9da632 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -1119,6 +1119,7 @@ GtkTreeView.view { box-shadow: none; background-color: #ffffff; } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #D3DAE3; background-color: #2d3036; border-radius: 3px; border-width: 0; } -- cgit v1.2.3