Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do I add an CSS Class

ToolTimeTaborJan 22 2018 — edited Jan 22 2018

Question: How do I add a custom class to the Appearance properties of a button?

Do I update the page CSS inline or is there a "master" somewhere that takes precedence?

  1. The application page already has a "Start" and "Cancel" button from previous development work. In this example, you can see the Appearance | CSS Classes refers to the "StartJobImage" CSS class.

StartButton.PNG

  1. So, I created a "BatchJob.png" image file and loaded in the Shared Components | Files | Static Files.

Shared.PNG

  1. I copied the "StartJobImage" class in the Page | CSS | Inline property and updated the class name (BatchJobImage) and the desired image file name

Inline.PNG

  1. I saved the page and then tried to select the CSS Class from my new "batch" button in the Appearance | CSS Classes property, but the new class is not listed

CSS_Classes.PNG

Any assistance would be appreciated.

Rob

This post has been answered by fac586 on Jan 22 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2018
Added on Jan 22 2018
5 comments
11,039 views