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

different background color with Vista skin

1 Answer 59 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Piyush Bhatt
Top achievements
Rank 2
Piyush Bhatt asked on 01 Apr 2008, 02:25 AM

In Vista skin, on mouse hover, the drop down displays in blueish color. I wanted to change that shading with my own color/image. I tried changing the leftInputCell and rightInputCell classes with weird results. Is there any way I can change the color/shading of ComboBox when mouse hovers over it.


Thanks,
Piyush

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 03 Apr 2008, 03:26 PM
Hi Piyush,

I suggest that you add these CSS classes in the <head> section of your page:

<style type="text/css"
.RadComboBox_Vista .rcbHovered .rcbInputCell input 
    background-colorgreen !important; 
 
.RadComboBox_Vista .rcbHovered .rcbArrowCellRight  
    backgroundnone !important; 
    background-coloryellow !important; 
</style> 

I hope this helps.

All the best,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Piyush Bhatt
Top achievements
Rank 2
Answers by
Veselin Vasilev
Telerik team
Share this question
or