We want to change font color of disabled input text in Oracle ADF. We are using the following css style :
af|inputText:disabled::content{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: Black;
}
this is being applied in the Firefox browser , however it is not working in edge and chrome. Please help.