summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-19 13:09:24 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-01-19 13:09:24 +0200
commit7bd45ab3622f27e0a424eb61f2682e82439ec9e6 (patch)
treec0e44e9b200a313482ff16151f49283abbe6ffc1 /indra/newview
parent7ce290f170157cd7f0d4807e5734ddacc91b7eec (diff)
MAINT-4790 WIP Show focused background image for login text fields.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/skins/default/xui/en/panel_login.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml
index 2c0f6fdb03..4c1455574b 100755
--- a/indra/newview/skins/default/xui/en/panel_login.xml
+++ b/indra/newview/skins/default/xui/en/panel_login.xml
@@ -56,7 +56,8 @@
name="username_combo"
width="232">
<combo_box.combo_editor
- text_pad_left="8" />
+ text_pad_left="8"
+ bg_image_always_focused="true"/>
<combo_box.combo_button
visible="false" />
<combo_box.drop_down_button
@@ -70,6 +71,7 @@
text_pad_left="8"
name="password_edit"
label="Password"
+ bg_image_always_focused="true"
font="SansSerifLarge"
is_password="true"
select_on_focus="true"
@@ -89,6 +91,8 @@
name="start_location_combo"
width="175"
combo_button.scale_image="true">
+ <combo_box.combo_editor
+ bg_image_always_focused="true"/>
<combo_box.item
label="My last location"
name="MyLastLocation"