mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #2534 from defnax/fixcolors
Fixed Darkstyle textcolors for group category & private key
This commit is contained in:
commit
3aaf1cd4d0
@ -2479,8 +2479,8 @@ ForumsDialog, GxsForumThreadWidget
|
||||
|
||||
GroupTreeWidget
|
||||
{
|
||||
qproperty-textColorCategory: rgb(99, 99, 99);
|
||||
qproperty-textColorPrivateKey: rgb(85,151,209);
|
||||
qproperty-textColorCategory: rgb(3, 155, 198);
|
||||
qproperty-textColorPrivateKey: rgb(249,185,0);
|
||||
}
|
||||
|
||||
NetworkDialog {
|
||||
|
Loading…
Reference in New Issue
Block a user