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