diff options
author | Leslie Linden <none@none> | 2011-06-01 12:28:49 -0700 |
---|---|---|
committer | Leslie Linden <none@none> | 2011-06-01 12:28:49 -0700 |
commit | cbf38d7c95e5968f47850d082eee223e1cef1aff (patch) | |
tree | f7ddbc48a0bb84042d29fb03d6db2f8fd9135614 /indra/newview/skins/default/colors.xml | |
parent | e5ca2b4b82704d11172e0c32761138ec0f58fbe3 (diff) |
EXP-841 FIX -- Create outbox sync button with basic enable/disable logic and animation
Functions are stubbed out. Time delay happens through basic coroutine to allow animation viewing.
Reviewed by Leyla
Diffstat (limited to 'indra/newview/skins/default/colors.xml')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 0795e38366..a548849d60 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -134,7 +134,10 @@ reference="AvatarListItemIconOfflineColor" /> <color name="BadgeImageColor" - value="0.25 0.85 0.25 1.0" /> + value="0.44 0.69 0.56 1.0" /> + <color + name="BadgeImageBorderColor" + value="0.9 0.9 0.9 1.0" /> <color name="BadgeLabelColor" reference="White" /> |