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 sucess message color

AlibuneJun 22 2018 — edited Jun 22 2018

Hi everyone!

I have an application that in some points show a message, but in one case i need it to be red instead of the standard green.

I've tried to change in the span:

apex_application.g_print_success_message := '<span style="color:red"><font color="white">SOME TEXT HERE</font></span>';

and in the inline of the page

#success-message {

    background: #ef2004 !important;

}

But it still green, how can i do it?

I need only this one to be red, the rest must continue green.

using APEX 5.1 on google chrome.

This post has been answered by Pierre Yotti on Jun 22 2018
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 20 2018
Added on Jun 22 2018
5 comments
2,570 views