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 change background color of a Modal Dialogue page title

PaulPOct 12 2017 — edited Feb 23 2018

APEX 5.1.3

Chrome latest version

Universal Theme 42

DB 12.2

I have a modal dialog page (500pxX300px) and I would like to change the background color of the title so it looks like this:

pastedImage_0.png

I can do this succesfully through the chrome inspector by changing the following:

body .ui-dialog .ui-dialog-titlebar {

  1. [ ] background-color: #E4002B;

}

How do I translate this code into css for the APEX page inline CSS ? Putting it in as is, doesn't work. I've also tried using !important with no effect.

thanks in advance

PaulP

This post has been answered by Sadath.Saad on Oct 22 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2017
Added on Oct 12 2017
11 comments
3,973 views