RadcomboBox css help needed

Posted by Kobojunkie on Stack Overflow See other posts from Stack Overflow or by Kobojunkie
Published on 2009-12-21T16:47:41Z Indexed on 2010/03/30 5:03 UTC
Read the original article Hit count: 759

Filed under:
|
|

I am trying to change the font color on disabled radcombobox control. Any idea what I may be doing wrong in the code below for the font color not to work?

.RadComboBox_Web20 .rcbDisabled .rcbInputCell input,
.RadComboBox_Web20 .rcbDisabled .rcbInputCell .rcbItem,
.RadComboBox_Web20 .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_Web20 .rcbDisabled .rcbInputCell input,
.RadComboBoxDropDown_Web20 .rcbDisabled .rcbInputCell .rcbItem, 
.RadComboBoxDropDown_Web20 .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_Web20 .rcbDisabled
{
    background-color: #808080;
    color: #0000FF;
    font-weight: bold;
    background-image: none;
}

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about telerik