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!

Adding css classes or inline css to enable alternating row in interactive report

user5716448Sep 5 2018 — edited Sep 6 2018

Hi,

using online cloud apex to evaluate and like the interactive report.

Have put below code in css but background colour same in both

.a-IRR-table tr:nth-child(odd) td {

    background-color: #fafafa;

}

.a-IRR-table tr:nth-child(even) td {

    background-color: #85bbe7

}

Also how can we upload a css file to the online area so could refer directly to that with all css in?

Noticed can import files but says deprecated on css and fails to import.  Similarly tried import image and says same again failed to import.

Thanks

This post has been answered by askMax - Maxime Tremblay on Sep 5 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2018
Added on Sep 5 2018
2 comments
3,178 views