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

Combobox button color

1 Answer 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
edson
Top achievements
Rank 1
edson asked on 07 Dec 2015, 01:12 PM

Hello,

 How I can change the comobobox button and arrow to look like this?

 

Thanks,

Ed

 

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 10 Dec 2015, 08:31 AM
Hello Edson,

You can easily change the RadComboBox button arrow by applying custom CSS style. You can use the following rule:
html body .RadComboBox .rcbArrowCell a {
    background-image: url('DownArrow.png'); // Full path to your arrow image
    background-position: 4px 4px;
    background-repeat: no-repeat;
    background-size: 24px;
}

Note that the exact background-position and background-size values depend on the skin applied and the arrow image you are using.

Regards,
Veselin Tsvetanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
edson
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or