by scoluccia » 05 Jan 2016 10:50
Hi, I'm fighting with this problem again,
I've added in css theme after
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
this new style
.ui-state-disabledro, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabledro { opacity: 1; filter:Alpha(Opacity=100); background-image: none; }
then I write in css property of the radiogroupex component 'ui-state-disabledro' and work fine but when I disabled the component the style ui-state-disabled become like ui-state-disabledro (with opacity: 1; filter:Alpha(Opacity=100) so the label are black and not grey
Thanks