mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #812 from PhenomRetroShare/Fix_TextColorGrayForumThread
Fix text's color gray in Forum thread when selected.
This commit is contained in:
commit
0edbc261a6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user