diff options
author | James Cook <james@lindenlab.com> | 2009-10-20 00:36:17 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-20 00:36:17 +0000 |
commit | 79a0e517eea41467f1ec01585faa7c7928e299f1 (patch) | |
tree | 6380e71cbac542373e435ec07f2c54bda67c61d9 /indra/newview/skins/default | |
parent | 5d8079a10881351123500cfc6028e01ac726995e (diff) |
Group SLURL links are white, color configurable in colors.xml
Reviewed with Erica.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index e2cc1481c4..287c997c65 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -305,6 +305,9 @@ name="GridlineShadowColor" value="0 0 0 0.31" /> <color + name="GroupLinkColor" + reference="White" /> + <color name="GroupNotifyBoxColor" value="0.3344 0.5456 0.5159 1" /> <color |