From 98d277273216aecfdeb576b0e9ada7319c20c078 Mon Sep 17 00:00:00 2001 From: chelovechishko Date: Sat, 2 Dec 2017 17:10:15 +0900 Subject: [PATCH] gui: make forums_dialog slightly more readable sometimes in qdarkstyle.qss --- retroshare-gui/src/qss/qdarkstyle.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/retroshare-gui/src/qss/qdarkstyle.qss b/retroshare-gui/src/qss/qdarkstyle.qss index 2755da2b1..de4fed11f 100644 --- a/retroshare-gui/src/qss/qdarkstyle.qss +++ b/retroshare-gui/src/qss/qdarkstyle.qss @@ -76,11 +76,11 @@ QWidget:item:selected ForumsDialog, GxsForumThreadWidget { - qproperty-textColorRead: gray; + qproperty-textColorRead: darkgray; qproperty-textColorUnread: white; - qproperty-textColorUnreadChildren: gray; + qproperty-textColorUnreadChildren: red; qproperty-textColorNotSubscribed: white; - qproperty-textColorMissing: red; + qproperty-textColorMissing: darkred; } QMenuBar