diff options
| author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-10 13:17:49 -0500 | 
|---|---|---|
| committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-11-10 13:17:49 -0500 | 
| commit | def4a6aeea35fbced77894fb6577ad2889c877b3 (patch) | |
| tree | 224044653d76d29b655487ee801ecb16f6d19b08 /indra | |
| parent | 93adff4569d66d0a8699615b7a21d789921ca15c (diff) | |
Changed value of "Unused?" to modify highlight color.
http://jira.secondlife.com/browse/EXT-2312
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 572a4cf9e9..7e19a80c10 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -70,7 +70,7 @@  	 value="1 1 0 1" />  	<color  	 name="Unused?" -	 value="1 0 1 1" /> +	 value="1 0.5 0 1" />  	<color  	 name="Transparent"  	 value="0 0 0 0" /> | 
