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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +4 lines)
Lines 334-339 tbody { Link Here
334
        &:nth-child(odd):not(.dtrg-group) {
334
        &:nth-child(odd):not(.dtrg-group) {
335
            td {
335
            td {
336
                border-right: 1px solid $table-border-color;
336
                border-right: 1px solid $table-border-color;
337
            }
338
        }
339
        &:nth-child(odd):not(.dtrg-group):not(.active) {
340
            td {
337
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
341
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
338
                    background-color: $table-odd-row;
342
                    background-color: $table-odd-row;
339
                }
343
                }
340
- 

Return to bug 28204