diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-12-22 20:27:19 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-12-22 20:27:19 +0200 |
commit | 5d576df19047ec45070f6571ebcada26e5c20756 (patch) | |
tree | ea6e013829598bd3df1c29b1ffa828cb89ad81aa /indra/newview/skins/default/colors.xml | |
parent | 749bb57cd19d51090d64cd2261048b9a0654807b (diff) |
MAINT-5194 Visual Outfit Browser
1)Added visual hilighting of worn outfit
2)Fixed colors of selection borders to fit initial design
Diffstat (limited to 'indra/newview/skins/default/colors.xml')
-rwxr-xr-x | indra/newview/skins/default/colors.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index bdc884885f..1ee3d0ec0c 100755 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -945,4 +945,13 @@ <color name="SyntaxLslStringLiteral" value="1 0.14 0 1" /> + <color + name="OutfitGalleryItemSelected" + value="0.22 0.45 0.35 1" /> + <color + name="OutfitGalleryItemWorn" + value="0.33 0.58 0.47 1" /> + <color + name="OutfitGalleryItemUnselected" + value="0.4 0.4 0.4 1" /> </colors> |