mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-01 09:36:46 -04:00
Merge pull request #2860 from defnax/fixstatuscolors
Fixed status colors
This commit is contained in:
commit
3461da7c3a
1 changed files with 2 additions and 2 deletions
|
@ -352,9 +352,9 @@ NewFriendList
|
|||
{
|
||||
qproperty-textColorStatusOffline: black;
|
||||
qproperty-textColorStatusAway: gray;
|
||||
qproperty-textColorStatusBusy: gray;
|
||||
qproperty-textColorStatusBusy: darkred;
|
||||
qproperty-textColorStatusOnline: darkGreen;
|
||||
qproperty-textColorStatusInactive: gray;
|
||||
qproperty-textColorStatusInactive: #A0A040;
|
||||
qproperty-textColorGroup: rgb(123, 123, 123);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue