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 apply CSS to a specific region only?

ApexMeisterAug 8 2018 — edited Aug 8 2018

I'm using apex 5.1 and universal theme.

I specified the css below on a page and it works but it changes all the regions in a page. I only want to apply this to a specific region, thanks

.t-Region-headerItems--title {

text-align: left;

padding: .7rem .7rem;

}

Before the CSS

pastedImage_0.png

after the css

pastedImage_1.png

but the other region that does not have any buttons is too small

pastedImage_2.png

This post has been answered by fac586 on Aug 8 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2018
Added on Aug 8 2018
1 comment
1,046 views