auto complete user selection popup (start new conversation)

Neil E.

Active member
The user entry field looks to be textCtrl AutoComplete, but I'm actually looking for the ID of the popup.

This popup shows additional username choices as you type.
 
The little popup with the name is template form_auto_complete.css
To change the colours take a look at:

ul.autoCompleteList li:hover,
ul.autoCompleteList li.selected

Note that this will change the look of all the auto completes through out your site and not just in conversations.
 
Top Bottom