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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-2 / +1 lines)
Lines 331-337 caption { Link Here
331
331
332
tbody {
332
tbody {
333
    tr {
333
    tr {
334
        &:nth-child(odd) {
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
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
337
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
338
- 

Return to bug 28187