Hello!
I use follwing style to change text and backcolor of the radcombbox if disabled:
The backcolor will be shown correctly but the textcolor is gray and not black as defined. Why?
I use follwing style to change text and backcolor of the radcombbox if disabled:
| .RadComboBox_Outlook .rcbDisabled .rcbInputCell |
| { |
| height: 12px !important; |
| line-height: 11px !important; |
| font:11px verdana,tahoma,helvetica !important; |
| color: Black !important; |
| padding: 0 !important; |
| background-color: red !important; |
| } |
The backcolor will be shown correctly but the textcolor is gray and not black as defined. Why?