From c964abf525f81bc1263eaf3a447b40c63d08c9ac Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" <nyx@lindenlab.com> Date: Wed, 23 Jun 2010 18:35:29 -0400 Subject: [PATCH] EXT-7988 FIX wrong highlight color for worn items green is too green. EmphasisColor is the new green. Reviewed by Erica --- .../skins/default/xui/en/widgets/inventory_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 49c2abe1a53..50be0ac1a19 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> -- GitLab