diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-09-16 14:15:32 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-09-16 14:15:32 -0700 |
commit | 20cea3b0f97c8c24ede5e8ec86dd426e7b1c9e34 (patch) | |
tree | 953439a1ca65c2242d26706e6bbe0393021b1ac4 /indra/newview/skins/default | |
parent | 60db8577a90be3ea3d4a06ab06232802be953286 (diff) |
As a resident, when I elect to see friends names in green, it should also colour their group tags so that the name tags don't look like crap. This also applies to status message - Away/Busy in nametag
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 3bca881310..ddd2ff196b 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -546,9 +546,6 @@ name="NameTagFriend" value="0.447 0.784 0.663 1" /> <color - name="NameTagGroup" - value="1 1 1 1" /> - <color name="NameTagLegacy" reference="White" /> <color @@ -558,12 +555,6 @@ name="NameTagMismatch" reference="White" /> <color - name="NameTagSLID" - value="1 1 1 1" /> - <color - name="NameTagStatus" - value="1 1 1 1" /> - <color name="NetMapBackgroundColor" value="0 0 0 1" /> <color |