From a5386eb6ea71768c1d7153a02f7516c6b96f0f37 Mon Sep 17 00:00:00 2001 From: Phenom Date: Tue, 9 May 2017 19:19:13 +0200 Subject: [PATCH] Fix text's color gray in Forum thread when selected. --- retroshare-gui/src/gui/qss/stylesheet/qss.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/qss/stylesheet/qss.default b/retroshare-gui/src/gui/qss/stylesheet/qss.default index db24fd45e..48fef26e2 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/qss.default +++ b/retroshare-gui/src/gui/qss/stylesheet/qss.default @@ -138,9 +138,9 @@ PostedCreatePostDialog QLabel#info_label ForumsDialog, GxsForumThreadWidget { - qproperty-textColorRead: gray; + qproperty-textColorRead: darkgray; qproperty-textColorUnread: black; - qproperty-textColorUnreadChildren: gray; + qproperty-textColorUnreadChildren: darkgray; qproperty-textColorNotSubscribed: black; qproperty-textColorMissing: darkRed; }