diff options
author | Richard Nelson <none@none> | 2010-09-10 17:02:47 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-09-10 17:02:47 -0700 |
commit | db538aa945c5b977fcdc294f7946870cdc8b5d30 (patch) | |
tree | 94c665f97a4c8ec026a6dfe58f4519cfd1e3be67 /indra/newview/skins | |
parent | 3c641ef847bb6f59b4eb253ef1fd10f16d0e7c77 (diff) |
EXP-22 FIX Change hints background to white
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/textures/windows/hint_arrow_down.png | bin | 3239 -> 3170 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/windows/hint_arrow_left.png | bin | 3163 -> 3059 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/windows/hint_arrow_right.png | bin | 3155 -> 3112 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/windows/hint_arrow_up.png | bin | 3248 -> 3219 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/windows/hint_background.png | bin | 3930 -> 4316 bytes | |||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_hint.xml | 5 |
6 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/skins/default/textures/windows/hint_arrow_down.png b/indra/newview/skins/default/textures/windows/hint_arrow_down.png Binary files differindex 11ab3c2d0c..ddadef0978 100644 --- a/indra/newview/skins/default/textures/windows/hint_arrow_down.png +++ b/indra/newview/skins/default/textures/windows/hint_arrow_down.png diff --git a/indra/newview/skins/default/textures/windows/hint_arrow_left.png b/indra/newview/skins/default/textures/windows/hint_arrow_left.png Binary files differindex e5c597a550..2794b967e8 100644 --- a/indra/newview/skins/default/textures/windows/hint_arrow_left.png +++ b/indra/newview/skins/default/textures/windows/hint_arrow_left.png diff --git a/indra/newview/skins/default/textures/windows/hint_arrow_right.png b/indra/newview/skins/default/textures/windows/hint_arrow_right.png Binary files differindex 3f89187e13..7ac57f805b 100644 --- a/indra/newview/skins/default/textures/windows/hint_arrow_right.png +++ b/indra/newview/skins/default/textures/windows/hint_arrow_right.png diff --git a/indra/newview/skins/default/textures/windows/hint_arrow_up.png b/indra/newview/skins/default/textures/windows/hint_arrow_up.png Binary files differindex 1050097efb..bb3e1c07fa 100644 --- a/indra/newview/skins/default/textures/windows/hint_arrow_up.png +++ b/indra/newview/skins/default/textures/windows/hint_arrow_up.png diff --git a/indra/newview/skins/default/textures/windows/hint_background.png b/indra/newview/skins/default/textures/windows/hint_background.png Binary files differindex 0839a95205..cfac5deacb 100644 --- a/indra/newview/skins/default/textures/windows/hint_background.png +++ b/indra/newview/skins/default/textures/windows/hint_background.png diff --git a/indra/newview/skins/default/xui/en/panel_hint.xml b/indra/newview/skins/default/xui/en/panel_hint.xml index 839dbc58f2..e2e9d0aef0 100644 --- a/indra/newview/skins/default/xui/en/panel_hint.xml +++ b/indra/newview/skins/default/xui/en/panel_hint.xml @@ -9,7 +9,7 @@ top="8" bottom="20" follows="left|right|top" - text_color="White" + text_color="Black" wrap="false"/> <text name="hint_text" left="8" @@ -17,7 +17,7 @@ top="26" bottom="92" follows="all" - text_color="White" + text_color="Black" wrap="true"/> <button right="197" top="8" @@ -25,6 +25,7 @@ height="16" name="close" follows="right|top" + image_color="DkGray" image_unselected="Icon_Close_Foreground" image_selected="Icon_Close_Press"/> </panel> |