Change the "Away" color in the lobby to be much easier to read on the dark background.

This was SVN commit r14375.
This commit is contained in:
alpha123 2013-12-17 23:58:53 +00:00
parent c8fb750e43
commit 3c248e7501

View File

@ -245,7 +245,7 @@ function formatPlayerListEntry(nickname, presence)
var status = color + "Busy" + color_close;
break;
case "away":
var color = '[color="0 0 125"]';
var color = '[color="229 76 13"]';
var status = color + "Away" + color_close;
break;
case "available":