From 3a78da70ad14eab11218cc056c2a3703af1b9738 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Fri, 29 Mar 2019 17:39:19 +0200 Subject: SL-10833 FIXED [EEP] Text in the Sky Altitudes boxes is low contrast and difficult to read. --- .../newview/skins/default/xui/en/panel_region_environment.xml | 10 ++++++++++ indra/newview/skins/default/xui/en/widgets/line_editor.xml | 1 + 2 files changed, 11 insertions(+) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/panel_region_environment.xml b/indra/newview/skins/default/xui/en/panel_region_environment.xml index bac27f7457..4d4ee7d730 100644 --- a/indra/newview/skins/default/xui/en/panel_region_environment.xml +++ b/indra/newview/skins/default/xui/en/panel_region_environment.xml @@ -253,6 +253,8 @@ height="20" layout="topleft" name="edt_invname_alt1" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown @@ -297,6 +299,8 @@ height="20" layout="topleft" name="edt_invname_alt2" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown @@ -342,6 +346,8 @@ height="20" layout="topleft" name="edt_invname_alt3" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown @@ -460,6 +466,8 @@ height="20" layout="topleft" name="edt_invname_ground" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown @@ -514,6 +522,8 @@ height="20" layout="topleft" name="edt_invname_water" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown diff --git a/indra/newview/skins/default/xui/en/widgets/line_editor.xml b/indra/newview/skins/default/xui/en/widgets/line_editor.xml index a054960bf8..f39e086196 100644 --- a/indra/newview/skins/default/xui/en/widgets/line_editor.xml +++ b/indra/newview/skins/default/xui/en/widgets/line_editor.xml @@ -6,6 +6,7 @@ commit_on_focus_lost="true" ignore_tab="true" cursor_color="TextCursorColor" + bg_color="White" text_color="TextFgColor" text_pad_left="2" text_readonly_color="TextFgReadOnlyColor" -- cgit v1.2.3