diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-11-16 13:55:51 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-11-16 13:55:51 -0800 |
commit | f1da0a4ff4e6de98422f0b4534034120bec558b7 (patch) | |
tree | 6ed802fc19200d52d9ad9ee5a57971007054480d /indra/newview/skins/default/xui/en/widgets | |
parent | fc6b3d4caadf2dfe11504a0d3fa2a96f6135320b (diff) |
EXT-1478 Tool-tip background and border colors are being ignored - hooked up xml
EXT-2237 Preferences > Alerts shows "$ignoretext" in the list
EXT-1582 The current edit coordinates are displaced from their background
EXT-1466 Change Mouselook text "Press ESC to return to World View" to match stylesheet
reviewed by James
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/inspector.xml | 3 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/tool_tip.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/inspector.xml b/indra/newview/skins/default/xui/en/widgets/inspector.xml index 61950d7554..f631ef3957 100644 --- a/indra/newview/skins/default/xui/en/widgets/inspector.xml +++ b/indra/newview/skins/default/xui/en/widgets/inspector.xml @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <!-- See also settings.xml UIFloater* settings for configuration --> <inspector name="inspector" - bg_opaque_color="ToolTipBgColor" + bg_opaque_color="DkGray_66" background_visible="true" bg_opaque_image="none" + background_opaque="true" bg_alpha_image="none" /> diff --git a/indra/newview/skins/default/xui/en/widgets/tool_tip.xml b/indra/newview/skins/default/xui/en/widgets/tool_tip.xml index 6b49f832fd..c209c26c92 100644 --- a/indra/newview/skins/default/xui/en/widgets/tool_tip.xml +++ b/indra/newview/skins/default/xui/en/widgets/tool_tip.xml @@ -5,6 +5,7 @@ padding="4" wrap="true" font="SansSerif" - bg_opaque_color="ToolTipBgColor" + bg_opaque_image="Tooltip" + background_opaque="true" background_visible="true" /> |