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!

Default application CSS - reference another version?

Steve.1234555-OracleJun 27 2017 — edited Jul 5 2017

It is possible to change the css version an application references?  I noticed when creating an application recently the default coloring of the horizontal menu bar has changed; the background color is the same as the menu items and it looks flat visually.

When I inspect the menu bar element on the app I see the following css style:

.t-Header .a-MenuBar { background-color: #0572CE; }

It references file Vita.min.css?v=5.1.2.00.08

When I look at an older application that has the style I like it has following style:

.t-Header .a-MenuBar { background-color: #164678; }

It references file Vita.min.css?v=5.1.0.00.45

Is there a way to change the CSS file version an application references?  I could try to override the default style but it seems better to reference the desired file.

Thanks,

Steve

This post has been answered by Marko Goricki on Jun 28 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2017
Added on Jun 27 2017
4 comments
598 views