1
0
forked from 0ad/0ad

Use better colour in multiplayer lobby for away status

Colour for away status, makes it hard to spot among busy statuses.
Setting more orange colour for this.

Differential revision: D3856
Ref: #6055
Accepted by: @asterix
Comments by: @Langbart
This was SVN commit r25311.
This commit is contained in:
Angen 2021-04-25 10:56:57 +00:00
parent 1ccb85d8d7
commit 45805043a1

View File

@ -183,7 +183,7 @@ PlayerList.prototype.PlayerStatuses = {
"away": {
"status": translate("Away"),
"tags": {
"color": "229 76 13"
"color": "255 127 0"
}
},
"playing": {