Oracle Apex Interactive Report Odd même

/* Give a static ID to the region, for example AlternateRowIR */

#AlternateRowIR .a-IRR-table tr:nth-child(odd) td {
     background-color: #DBE5F1;
}

#AlternateRowIR .a-IRR-table tr:nth-child(even) td {
     background-color: white;
}
VasteMonde