How I can change the comobobox button and arrow to look like this?
Thanks,
Ed
1 Answer, 1 is accepted
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