This is a migrated thread and some comments may be shown as answers.

Disabled sytle on RadComboBox with Parent Skin

0 Answers 72 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Sugar
Top achievements
Rank 1
Sugar asked on 31 Oct 2011, 02:17 PM
I had the same problem others seem to of have. Disabled RadComboBoxes were ugly when used on a page that had a FormDecorator and a parent Skin. Please see the resolution below:

div.RadComboBox_Vista .rcbDisabled INPUT.rcbInput
    {
        background-color: White !important;
        color: Gray !important;
    }

Assuming a Skin of 'Vista', this will style the disabled drop down. I made it simple, used the same background color as the table the control was in and choose a Gray fore color.

Hope it helps save someone the few hours it took me to amalgamate a solution.

No answers yet. Maybe you can help?

Tags
FormDecorator
Asked by
Sugar
Top achievements
Rank 1
Share this question
or