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

DropdownList background color change upon mouse over

2 Answers 634 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Kumar
Top achievements
Rank 1
Kumar asked on 15 Mar 2016, 09:59 AM

Hello Everyone,

Can anyone suggest how to highlight the dropdown options upon mouse over. By default, I see a grey color highlighted when I hover on any of the options in the Dropdownlist. Please refer to the screenshot attached.

I would like to change the default color (grey) and give some brighter color for more visibility. 

Here are the additional details

ASP.NET version - Visual Studio 2013 Version 12.0
OS - Windows 8
exact browser version - IE >= 10
exact version of the Telerik product = 2009.1.527.35
preferred programming language = C#

Thanks in Advance!!

Kumar

 

2 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 17 Mar 2016, 10:23 AM
Hi Kumar,

In order to change the background color for the hovered items in a RadDropDownList control you can use the following CSS rule:


.rddlPopup li.rddlItemHovered {
    background-color: red;
}


Regards,
Viktor Tachev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Kumar
Top achievements
Rank 1
answered on 17 Mar 2016, 11:33 AM

Hello Viktor,

It worked!!! Thank You so much for your support.

 

Thanks,

Kumar

Tags
DropDownList
Asked by
Kumar
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Kumar
Top achievements
Rank 1
Share this question
or