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!

Skinning panel box

d.aroouSep 22 2015 — edited Sep 22 2015

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2015
Added on Sep 22 2015
5 comments
92 views