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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss (-1 / +3 lines)
Lines 40-44 $nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s Link Here
40
}
40
}
41
41
42
@mixin card {
42
@mixin card {
43
    background-color: white;
43
    &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
44
        background-color: white;
45
    }
44
}
46
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-2 / +1 lines)
Lines 365-371 Link Here
365
365
366
</div>
366
</div>
367
367
368
<div class="col-sm-6">
368
<div class="col-sm-6 page-section bg-info">
369
    <h2>Notes:</h2>
369
    <h2>Notes:</h2>
370
    <ul>
370
    <ul>
371
        <li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
371
        <li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
372
- 

Return to bug 31765