diff options
author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-30 18:06:18 -0500 |
---|---|---|
committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-30 18:06:18 -0500 |
commit | 68c53963b33809eb96fe0be8c0b131db15a39c50 (patch) | |
tree | dc186ba81a4c46268fd3dd5693972803a3446983 /indra | |
parent | 1ec8ca378814b7f493f5f6e55fb505b5c884a995 (diff) |
Changed highlight color text for filtered items.
http://jira.secondlife.com/browse/EXT-2812
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index eb8ec00bb9..a8ca80eab9 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -270,10 +270,10 @@ reference="White" /> <color name="FilterBackgroundColor" - reference="DkGray" /> + reference="MouseGray" /> <color name="FilterTextColor" - value="1 0.78 0.27 1" /> + value="0.38 0.69 0.57 1" /> <color name="FloaterButtonImageColor" reference="LtGray" /> |