diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-03-29 17:39:19 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-03-29 17:39:19 +0200 |
commit | 3a78da70ad14eab11218cc056c2a3703af1b9738 (patch) | |
tree | 0d8aa1d5c5a7cb0f190f3d9d96da905bbeeaaa71 /indra/newview/skins/default/xui/en/widgets/line_editor.xml | |
parent | 2bbb6c7e027ae12d18bef5db2cdc3e7ba41e8630 (diff) |
SL-10833 FIXED [EEP] Text in the Sky Altitudes boxes is low contrast and difficult to read.
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/line_editor.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/line_editor.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |