hello,
i am using the RadFormDecorator control on my app on checkboxes only. i like the images for the checkboxes, but i do not like that the text color becomes gray.
to change this i thought id use the ForeColor property, like so:
...yet, this produces no visible result in IE7.
how can i accomplish this?
thanks,
matt
i am using the RadFormDecorator control on my app on checkboxes only. i like the images for the checkboxes, but i do not like that the text color becomes gray.
to change this i thought id use the ForeColor property, like so:
<Telerik:RadFormDecorator id="radFormDecorator" DecoratedControls="CheckBoxes" ForeColor="black" Skin="Web20" runat="server" /> |
...yet, this produces no visible result in IE7.
how can i accomplish this?
thanks,
matt