#43 Add color to selected tab Oracle APEX


Hi all,

I use the tab region in Oracle APEX very often, but one thing I change always immediately is the color of the selected tab.The default highlighted color is white.




Add this CSS to highlight the selected color to the default universal theme color (blue).
.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link, .t-Tabs--pill 
.t-Tabs-link:active, .t-Tabs--pill.t-Tabs-link:hover  {
    background-color: #0572CE;
    color: white;
} 

See you next time!

Comments

Popular posts from this blog

#19 Clear cache in a PL/SQL process in Oracle APEX

#38 Oracle apex static height region