diff options
author | James Cook <james@lindenlab.com> | 2009-10-14 23:34:02 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-14 23:34:02 +0000 |
commit | 93983272bd6077226d8f0650d0e1c87782b589f9 (patch) | |
tree | 465720264e68432cce46d9f368237171fb6d127b | |
parent | e3cb3e9e8d25f52d3127ab959e563b6287d17cdb (diff) |
EXT-1304 DEV-40867 Login screen typed in start location is now readable. Changed combo_box.xml text tentative color to black, because autocomplete is sufficient to inform the user that they typed something that matches an item in the list. Reviewed with Erica.
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/combo_box.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/combo_box.xml b/indra/newview/skins/default/xui/en/widgets/combo_box.xml index 0dbca318b6..de4aa994a4 100644 --- a/indra/newview/skins/default/xui/en/widgets/combo_box.xml +++ b/indra/newview/skins/default/xui/en/widgets/combo_box.xml @@ -23,7 +23,11 @@ <combo_box.combo_list bg_writeable_color="MenuDefaultBgColor" background_visible="true" /> + <!-- Text is "tentative" if you have typed in a string that does not match + any item in the list, but we usually don't care, so use the same color + as normal text. --> <combo_box.combo_editor name="Combo Text Entry" select_on_focus="true" - font="SansSerifSmall" /> + font="SansSerifSmall" + text_tentative_color="TextFgColor" /> </combo_box> |