diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml b/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml index 1a9a882c7b..ed8df69bf4 100644 --- a/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml +++ b/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml @@ -10,35 +10,35 @@ <default_style font="SansSerifSmall" font.style="NORMAL" - text_color="DkGray"/> + color="DkGray"/> <!-- styles for avatar item INVITED to voice call --> <voice_call_invited_style font="SansSerifSmall" font.style="NORMAL" - text_color="0.5 0.5 0.5 0.5"/> + color="0.5 0.5 0.5 0.5"/> <!-- styles for avatar item JOINED to voice call --> <voice_call_joined_style font="SansSerifSmall" font.style="NORMAL" - text_color="white"/> + color="white"/> <!-- styles for avatar item which HAS LEFT voice call --> <voice_call_left_style font="SansSerifSmall" font.style="ITALIC" - text_color="LtGray_50"/> + color="LtGray_50"/> <!-- styles for ONLINE avatar item --> <online_style font="SansSerifSmall" font.style="NORMAL" - text_color="white"/> + color="white"/> <!-- styles for OFFLINE avatar item --> <offline_style font="SansSerifSmall" font.style="NORMAL" - text_color="0.5 0.5 0.5 1.0"/> + color="0.5 0.5 0.5 1.0"/> </avatar_list_item> |