summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-06-23 18:35:29 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-06-23 18:35:29 -0400
commitc964abf525f81bc1263eaf3a447b40c63d08c9ac (patch)
tree9922a8bc4e1ccb262c548b440b2d87756c4d6270
parent4f2d241c1781bc7d580b03a89318aafd4519d4d5 (diff)
EXT-7988 FIX wrong highlight color for worn items
green is too green. EmphasisColor is the new green. Reviewed by Erica
-rw-r--r--indra/newview/skins/default/xui/en/widgets/inventory_list_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/inventory_list_item.xml b/indra/newview/skins/default/xui/en/widgets/inventory_list_item.xml
index 49c2abe1a5..50be0ac1a1 100644
--- a/indra/newview/skins/default/xui/en/widgets/inventory_list_item.xml
+++ b/indra/newview/skins/default/xui/en/widgets/inventory_list_item.xml
@@ -15,5 +15,5 @@
<worn_style
font="SansSerifSmall"
font.style="BOLD"
- color="green" />
+ color="EmphasisColor" />
</inventory_list_item>