Hi!
How can I change for example the web20 skin. When i hover the small box it has a light blue color and the arrow on the right side is in the same color. Now i want to change these elements. When i hover the box, i try to change the color to white and the arrow should be darkblue. But nothing happens. The color of the hovered items change. Here is my code:
I hope you can help me!
A second question is an update to a newer radcombobox version for free when I buyed a version for more than one year??
How can I change for example the web20 skin. When i hover the small box it has a light blue color and the arrow on the right side is in the same color. Now i want to change these elements. When i hover the box, i try to change the color to white and the arrow should be darkblue. But nothing happens. The color of the hovered items change. Here is my code:
| <style type="text/css"> |
| .RadComboBoxDropDown_Web20 .rcbScroll |
| { |
| overflow-x:hidden !important; |
| } |
| .RadComboBoxDropDown_Web20 .rcbHovered |
| { |
| background-color:#FF6600; |
| } |
| .RadComboBox_Web20 .rcbArrowCell, |
| .RadComboBox_Web20 .rcbFocused |
| { |
| background:#001359; |
| } |
| </style> |
A second question is an update to a newer radcombobox version for free when I buyed a version for more than one year??