View | Details | Raw Unified | Return to bug 39464
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-3 / +2 lines)
Lines 410-418 caption { Link Here
410
410
411
tbody {
411
tbody {
412
    tr {
412
    tr {
413
        &:nth-child( odd ):not( .dtrg-group, .active, .ok ) {
413
        &:nth-child( odd ):not( .dtrg-group, .active, .ok, .highlighted-row ) {
414
            td {
414
            td {
415
                &:not( .bg-danger, .bg-warning, .bg-info, .bg-success, .bg-primary ) {
415
                &:not( .bg-danger, .bg-warning, .bg-info, .bg-success, .bg-primary, .highlighted-row ) {
416
                    background-color: $table-odd-row;
416
                    background-color: $table-odd-row;
417
                }
417
                }
418
            }
418
            }
419
- 

Return to bug 39464