diff options
| author | Chuck Linden <chuck@lindenlab.com> | 2010-02-03 17:29:10 -0500 | 
|---|---|---|
| committer | Chuck Linden <chuck@lindenlab.com> | 2010-02-03 17:29:10 -0500 | 
| commit | 4f98a16736a44d2eeceab4a18160015054345858 (patch) | |
| tree | 9b7450ed86df7d376cff56f645b713d64f32c951 /indra | |
| parent | 1f5320e214e9cd62ecd2ef094d795119d5a2928a (diff) | |
Changed the "inspect" highlight color to teal to differentiate it from the "edit" color (and make it less obnoxious).
https://jira.secondlife.com/browse/EXT-2578
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 ec196245a1..ca579616d8 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -290,7 +290,7 @@       reference="Black" />      <color       name="ContextSilhouetteColor" -     value="0.94 0.61 0 1" /> +     reference="EmphasisColor" />      <color       name="DefaultHighlightDark"       reference="White_10" /> @@ -602,7 +602,7 @@       value="0.39 0.39 0.39 1" />      <color       name="ScriptErrorColor" -     value="Red" /> +     reference="Red" />      <color       name="ScrollBGStripeColor"       reference="Transparent" /> | 
