diff options
author | Justin Rounds <chuck@lindenlab.com> | 2009-10-09 19:38:29 +0000 |
---|---|---|
committer | Justin Rounds <chuck@lindenlab.com> | 2009-10-09 19:38:29 +0000 |
commit | 290fc39de324ec28dd0ce838b224d2abade3a95d (patch) | |
tree | ed2d59120d9490e2c2b298b160a690f4dde5a389 /indra/newview/skins/default/colors.xml | |
parent | e01578849b924647aa950eb66de2db0ce787d2fd (diff) |
Updated color values for tooltips as per 80/20 spec document, as per http://jira.secondlife.com/browse/EXT-1126
Diffstat (limited to 'indra/newview/skins/default/colors.xml')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index eb62c442db..4d8f88c80b 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -651,13 +651,13 @@ reference="White_10" /> <color name="ToolTipBgColor" - value="DkGray" /> + value="0.937 0.89 0.655 1" /> <color name="ToolTipBorderColor" - value="White_50" /> + value="0.812 0.753 0.451 1" /> <color name="ToolTipTextColor" - reference="LtGray" /> + value="0.749 0.749 0.749 1" /> <color name="UserChatColor" reference="LtGray" /> |