Avatar of Andy Green
Andy Green
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

Override default disables style.

I have an online form, that once filled out and saved can be opened, for viewing. The problem is I'm using .Enabled=false on the radio buttons/ dropdowns and textboxes. This renders the content too light to be read.

I've had a google, and found some solutions but nothing works, ie I can over ride the disabled style.

for example this is ignored, even though I can see the style is being applied its not working:

      <style type="text/css">
            input {color: black; -webkit-text-fill-color: black;}
      </style>

Anyone have any ideas.

This is in chrome, but must work in Chrome & IE 10 up.

Andy
ASP.NETCSS

Avatar of undefined
Last Comment
Chris Stanyon

8/22/2022 - Mon