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 ADF application: <af:menuBar/> component

Moe_ADF_541Oct 2 2017 — edited Oct 9 2017

Dear Experts,

I have the following issue. I'm creating a new skin file for my ADF application. I want to create a class for <af:menuBar/>.

I want to set the font color white, with a dark blue background, to achieve the following:

pastedImage_0.png

while what I'm getting so far is:

pastedImage_1.png

Here is my *.css code:

pastedImage_2.png

However, If I set the font color to all <af:menuBar/> components in the application, like so:

pastedImage_3.png

I will have a successful result. However that's not what I want to achieve, I will need this to be inside the class "MenuButtonBlueBorder".

Is there possibly a syntax error? any hint/advice highly appreciated

Thanks in advance,

Best Regards,

JDeveloper 12.2.1.2

This post has been answered by Timo Hahn on Oct 7 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2017
Added on Oct 2 2017
12 comments
462 views