Disable field style in ie8 and higer
Posted: 18 Mar 2015
How can I change of style disable field Internet Explorer? Is necessary to make a different background color (red) from the disable fields on the form. There is information that for IE work only CSS2: /* CSS2 selector */
input[disabled]{
color:red
}
How can it use in Forms Disigner?
input[disabled]{
color:red
}
How can it use in Forms Disigner?