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!

How to style the APEX Workspace and IDE?

AppExNov 22 2022

The headers in the Properties pane in the IDE do not have a background color and while scrolling up/down, it is hard to read/spot the sections of properties quickly. The headers need some "personality" and separation between each section for it to be easy on the eyes. This is the default styling of Properties pane in the IDE -
image.png
If I set this CSS in the Inspector, I get the desired header background coloring -
.a-PropertyEditor-propertyGroup-header {background-color: #403c38;}
Checkout the Identification, Label, Settings headers and their background color that clearly separate each section of the property -
image.png
Can you nice folks add this to your TO-DO list or provide a solution how to apply CSS in the Workspace to color the Property Headers?
Cheers!

Comments
Post Details
Added on Nov 22 2022
2 comments
416 views