Merge pull request #812 from PhenomRetroShare/Fix_TextColorGrayForumThread

Fix text's color gray in Forum thread when selected.
This commit is contained in:
csoler 2017-05-09 19:34:48 +02:00 committed by GitHub
commit 0edbc261a6

View File

@ -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;
}