Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1410
How to set the font color of a disabled webdropdown
posted

Hi,

When I disable the webdropdown using

$find(webdropdown).set_enabled(false);  

The webdropdown gets disabled. However, the font-color of the displayed item is not as expected. How can I change the font-color of the text displayed in the disabled webdropdown to navy.

I tried making changes ike "color:navy;" in the ".igdd_ValueDisplayDisabled" css class, ".igdd_ListItemDisabled" css class and ".igdd_ListItemDisabled a:link" but no change happened. Font-color remains same. May I know how I can achieve this?