diff options
| author | Loren Shih <seraph@lindenlab.com> | 2010-03-19 14:39:10 -0400 | 
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2010-03-19 14:39:10 -0400 | 
| commit | 5beaa14d3547ab6fe12f0017eb6244319054c7e5 (patch) | |
| tree | 300a4639cad0dc320e74e83425d58005003b2428 | |
| parent | a3a430651780f82afb0fd355a0abe11d88f410d6 (diff) | |
EXT-6483 : Can't tell which object is selected because highlight color == select color
Changed highlight color back to purple (it was changed to yellow, which is the select color, many months ago).
| -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 d45d6155dd..fcf5cfadb2 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -392,7 +392,7 @@       reference="Yellow" />      <color       name="HighlightInspectColor" -     value="1 0.5 0 1" /> +     value="1 0 1 1" />      <color       name="HighlightParentColor"       value="0.67 0.83 0.96 1" /> | 
