Font colour for a disabled Input Box
Hi Alex,
Hoping you can help. I've got a load of disabled input boxes - all fine except I'm trying to set the font colour to black instead of the default grey. I've tried manually:
This works fine in Firefox but no luck in IE.
I've searched your css but no luck with my changes.
I'm on 2.5.3.
Many Thanks.
Hoping you can help. I've got a load of disabled input boxes - all fine except I'm trying to set the font colour to black instead of the default grey. I've tried manually:
obj.setControlDisabled(true);
obj.getContent("box/text").setStyle("color","#000000");
This works fine in Firefox but no luck in IE.
I've searched your css but no luck with my changes.
I'm on 2.5.3.
Many Thanks.
Charles Dean
August 21,