mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -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
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue