How to change the color of label of <af:inputText>
900478Dec 21 2011 — edited Dec 22 2011Hi,
I want to change the color of label of <af:inputText> box . I used skinning for this , but this is not working.
what i m doing is
af|inputText::label{
color:red;
}
bt this is not working , please suggest me some way to do it...
bt if i do this
af|inputText::label{
background-color:red;
}
this is working.
Thnx..