Right now, the selected item's background is orange in the popup that's shown when we click on the drop down list, but I want to change it to blue, for instance. What is the style that I can apply. I have tried using css classes, popupsettings, etc. but to no avail.
For instance,
In the image above, I would want the colour of "Los Angeles" to be set to something else. Please advise.
Just to add to this, when I use the following style, I can get rid of the "orange" colour, but I do want the selected element's colour(in the popup) to be set to blue, for e.g.:
.k-animation-container li, .k-animation-container-shown li {background-color: white !important;
color: black !important;
}