Implement Custom CSS on a Column in a Classic Report in Oracle APEX

Опубликовано: 03 Ноябрь 2024
на канале: Chip Baber
6,487
56

In this video we will create a Classic Report in Oracle APEX then show you how to easily apply CSS to a column inside the report leveraging CSS attribute selectors. The video will focus in on a simple background color change inside a classic report but more advanced CSS could easily be applied using the approach.
The example CSS in this video is below.
[HEADERS~=TITLE] { background-color: aquamarine; }

#oracleapex #apex #autonomous #oci #oracle #cloud #codeinnovate