Custom Skin is not reflecting for command button
Hi,
I want to implement custom skin for command button. I created custom css file and followed all the steps based on the document. In my custom skin i try to implement skin for command button. Its not reflecting in the screen.
The below style i want to include for command button.
inlineStyle="color:rgb(0,0,0); background-image:inherit; background-repeat:repeat; background-color:rgb(167,167,149); border-color:rgb(210,216,176); font-size:small;" --- Its working when i declare it individually in each command button component.
But i want to give it in css file, so that it will reflect in all pages where ever af:commandButton used.
I don't know how to implement for command button.
Please any one help me to resolve the issue.
Thanks & Regards
VB