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!

Change the background color of active tab and add line below

Arun2912Jun 12 2019 — edited Jun 17 2019

I'm trying to change the background color of Active tab in Apex 18.2

Current:

pastedImage_0.png

Required

pastedImage_1.png

I have tried below, but not working

.t-Header-nav-list .a-MenuBar-item.a-Menu--current.is-focused {

border-bottom: 2px solid blue;

background-color : blue;

}

.t-Header .a-MenuBar-item.a-Menu--current, .t-Header .a-MenuBar-item.a-Menu--current.is-focused { border-bottom: 2px solid blue;

background-color : blue;

}

This post has been answered by Franck N on Jun 12 2019
Jump to Answer
Comments
Post Details
Added on Jun 12 2019
4 comments
2,780 views