diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-24 18:38:04 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-24 18:38:04 +0200 |
commit | 5e65a2de6789f3fb80db948109e3a9377dba512e (patch) | |
tree | b64d8b00b32be44fc58b9d2e812f646203093aab | |
parent | 280671ce4ad1d2a352acdcd91746dd6382be5ff2 (diff) |
Fixed major bug (EXT-5666) Attachment name in the group notice toast becomes empty if click on it.
- Changed color that is set to attachment after it was clicked.
--HG--
branch : product-engine
-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 45050de044..c617dacec5 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -359,7 +359,7 @@ reference="White"/> <color name="GroupNotifyDimmedTextColor" - reference="DkGray" /> + reference="LtGray" /> <color name="GroupOverTierColor" value="0.43 0.06 0.06 1" /> |