XF 2.2 What determines text color in conversation Recipients field

beerForo

Well-known member
I have a dark mode and all text is set to white. But for some reason, when typing a username in the Recipient field, it is black. Until you select the user that is white.
 
Last edited:
I have a dark mode and all text is set to white. But for some reason, when typing a username in the Recipient field, it is black. Until you select the user that is white.
Try adding this to the extra.less template, I assumed white here but change the hex color value to suit.
CSS:
.select2 .select2-selection ul .select2-search .select2-search__field {
color: #FFFFFF
}
 
Top Bottom