diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2010-11-24 22:30:36 +0200 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2010-11-24 22:30:36 +0200 |
commit | fa24e07065a048ef4f4dd29c733b6acbb7337336 (patch) | |
tree | 69fdf195a5e8c3e39c3bec728917a129f0743599 /indra/newview/skins/default | |
parent | 2e47e4f303b9b4d9222cbf6310e0a887468e3109 (diff) |
STORM-667 FIXED Default name tag color changed to white to increase contrast with default dark background.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index aeea2306f7..be94b40065 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -140,7 +140,7 @@ reference="AvatarListItemIconOfflineColor" /> <color name="BackgroundChatColor" - reference="DkGray_66" /> + reference="White" /> <color name="ButtonBorderColor" reference="Unused?" /> |