mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix text's color gray in Forum thread when selected.
This commit is contained in:
parent
0af05d2517
commit
a5386eb6ea
@ -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…
Reference in New Issue
Block a user