I'm currently using the following styles within my css file to style on combobox on a given page. I want to add another combobox with different styles (defined in a css file too). How would I go about doing this? Would this require me making my own custom skin?
div.RadComboBox_Default table .rcbInputCell input
{
font:14px arial,verdana,sans-serif !important;
padding: 5px 0 0 10px !important;
}
.rcbInputCell
{
border-color: #bebebe !important;
border-bottom-width: 2px !important;
}
.rcbArrowCell
{
border-color: #bebebe !important;
border-bottom-width: 2px !important;
}
.rcbInput
{
height: 22px !important;
font-family: Arial;
font-size: 36px;
}
.rcbEmptyMessage
{
color: Gray !important;
}
Any help would be greatly appreciated.
Thanks
Stephen