Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change font color of disabled input text with css ?

Rati SharmaOct 6 2022

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.

Comments
Post Details
Added on Oct 6 2022
2 comments
842 views