This is a migrated thread and some comments may be shown as answers.

Styling the pop up.

1 Answer 28 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Teena
Top achievements
Rank 1
Teena asked on 18 Feb 2013, 08:24 AM
Hi,

How can I change the default background color of the Autocompletebox pop up Items when mouse hovered?

Thanks
Teena

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 18 Feb 2013, 09:07 AM
Hi Teena,

Try overriding the default CSS as follows:

<style type="text/css">
    .racItemHovered
    {
        background-color:Beige !important;
    }
</style>

Thanks,
Princy.
Tags
AutoCompleteBox
Asked by
Teena
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or