Fix text's color gray in Forum thread when selected.

This commit is contained in:
Phenom 2017-05-09 19:19:13 +02:00
parent 0af05d2517
commit a5386eb6ea

View File

@ -138,9 +138,9 @@ PostedCreatePostDialog QLabel#info_label
ForumsDialog, GxsForumThreadWidget ForumsDialog, GxsForumThreadWidget
{ {
qproperty-textColorRead: gray; qproperty-textColorRead: darkgray;
qproperty-textColorUnread: black; qproperty-textColorUnread: black;
qproperty-textColorUnreadChildren: gray; qproperty-textColorUnreadChildren: darkgray;
qproperty-textColorNotSubscribed: black; qproperty-textColorNotSubscribed: black;
qproperty-textColorMissing: darkRed; qproperty-textColorMissing: darkRed;
} }