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

(-)a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css (-2 / +4 lines)
Lines 306-315 fieldset.order_details ol li .label:first-child { Link Here
306
306
307
tbody tr.active:nth-child( 2n+1 ) td,
307
tbody tr.active:nth-child( 2n+1 ) td,
308
tbody tr.active td {
308
tbody tr.active td {
309
    background-color: #FFFFCC;
309
    background-color: var( --bs-warning-bg-subtle );
310
}
310
}
311
312
tbody tr.previous:nth-child( 2n+1 ) td,
311
tbody tr.previous td {
313
tbody tr.previous td {
312
    background-color: #CCFFFF;
314
    background-color: var( --bs-info-bg-subtle );
313
}
315
}
314
316
315
#loading {
317
#loading {
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-2 / +1 lines)
Lines 415-421 caption { Link Here
415
415
416
tbody {
416
tbody {
417
    tr {
417
    tr {
418
        &:nth-child( odd ):not( .dtrg-group, .active, .ok, .highlighted-row, .selected-row ) {
418
        &:nth-child( odd ):not( .dtrg-group, .active, .ok, .highlighted-row, .selected-row, .previous ) {
419
            td {
419
            td {
420
                &:not( .bg-danger, .bg-warning, .bg-info, .bg-success, .bg-primary, .highlighted-row ) {
420
                &:not( .bg-danger, .bg-warning, .bg-info, .bg-success, .bg-primary, .highlighted-row ) {
421
                    background-color: $table-odd-row;
421
                    background-color: $table-odd-row;
422
- 

Return to bug 41170