Hi experts,
i'm trying to skin specific panel boxes in my application.
Problem is that so far i've been unable to find which component selector to use.
After some try-and-error, i've found out that skinning the global selectors below this give me the expected result but of course for all panel boxes which is not what i want.
.AFPanelBoxContentCoreDefault:alias {
background-color:red;
}
.AFPanelBoxContentHighlightDefault:alias {
background-color:red;
}
.AFPanelBoxHeaderCoreDefault:alias {
background-color:red;
}
I have my panelBox with a specific styleClass defined so question is : how can i apply the global selector to my custom panel box with the styleclass ?
thanks
J.