diff options
author | Rider Linden <rider@lindenlab.com> | 2019-03-29 16:13:06 +0000 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-03-29 16:13:06 +0000 |
commit | f57a02e9ab2a75628ad4149a35f6edc24c5dbf0e (patch) | |
tree | 083da6f6f3fbd24d9d355f62942795d6c4307328 /indra/newview/skins/default | |
parent | 4490399cc5fe944fff2e81d9ba134ab0447cd9a1 (diff) | |
parent | 3a78da70ad14eab11218cc056c2a3703af1b9738 (diff) |
Merged in maxim_productengine/viewer-eep (pull request #317)
SL-10833 FIXED [EEP] Text in the Sky Altitudes boxes is low contrast and difficult to read.
Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_region_environment.xml | 10 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/line_editor.xml | 1 |
2 files changed, 11 insertions, 0 deletions
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 </line_editor> @@ -297,6 +299,8 @@ height="20" layout="topleft" name="edt_invname_alt2" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown </line_editor> @@ -342,6 +346,8 @@ height="20" layout="topleft" name="edt_invname_alt3" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown </line_editor> @@ -460,6 +466,8 @@ height="20" layout="topleft" name="edt_invname_ground" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown </line_editor> @@ -514,6 +522,8 @@ height="20" layout="topleft" name="edt_invname_water" + use_bg_color="true" + bg_color="TextBgReadOnlyColor" width="155"> Unknown </line_editor> 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" |