summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-09-03 17:37:17 -0400
committerKent Quirk <q@lindenlab.com>2010-09-03 17:37:17 -0400
commitb2eb877d528c5328098a0b607b98f787706857aa (patch)
tree54c5481bf1aee295505dadc6c4960b0a52f706c7 /indra/newview/skins
parent1d158a312e0d7ae8df09789451eeb9e479ac6ae5 (diff)
vwr-20945 - make menu bar blue when using a project viewer
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/colors.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml
index 5ba1fc9b21..b489294f38 100644
--- a/indra/newview/skins/default/colors.xml
+++ b/indra/newview/skins/default/colors.xml
@@ -86,6 +86,9 @@
<color
name="LtOrange"
value="1 .85 .73 1" />
+ <color
+ name="MdBlue"
+ value=".07 .38 .51 1" />
<!-- This color name makes potentially unused colors show up bright purple.
Leave this here until all Unused? are removed below, otherwise
@@ -749,4 +752,7 @@
<color
name="ChatTimestampColor"
reference="White" />
+ <color
+ name="MenuBarProjectBgColor"
+ reference="MdBlue" />
</colors>