Hi,

I'm having a problem in styling a disabled input field: <tr:inputText value="#{myBacking.myValue}" disabled="true" />. when the inputText is disabled, I'm trying to change the text color to be black instead of gray.

in my css i used

af|inputText:disabled::content {
        color:black;
}

That does not work. Does any one have an experience with that case?

Or it might be a bug that i need to report.

--Omar

Reply via email to