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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-25 / +15 lines)
Lines 1339-1373 nav { Link Here
1339
        }
1339
        }
1340
    }
1340
    }
1341
1341
1342
    background: transparent none;
1343
    border: 0;
1344
1345
    &.breadcrumb {
1342
    &.breadcrumb {
1346
        background-color: #F0F3F3;
1343
        background-color: #F0F3F3;
1344
        border-radius: 0;
1347
        font-size: 85%;
1345
        font-size: 85%;
1348
        list-style: none outside none;
1349
        margin: 15px;
1346
        margin: 15px;
1350
        padding: 5px 10px;
1347
        padding: 5px 10px;
1351
        border-radius: 0px;
1352
1353
        ol {
1354
            margin: 0;
1355
            padding-left: 0;
1356
            list-style: none;
1357
        }
1358
1359
                                                                                             li {
1360
            display: inline;
1361
1362
            &+li::before {
1363
                background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat;
1364
                background-size: 8px;
1365
                content: '';
1366
                display: inline-block;
1367
                height: .8em;
1368
                width: .8em;
1369
            }
1370
        }
1371
1348
1372
        [aria-current="page"] {
1349
        [aria-current="page"] {
1373
            color: #000;
1350
            color: #000;
Lines 1377-1382 nav { Link Here
1377
    }
1354
    }
1378
}
1355
}
1379
1356
1357
.breadcrumb-item {
1358
    + .breadcrumb-item {
1359
        &::before {
1360
            background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right'%3E%3Cpath fill-rule='evenodd' d='M7.37 0l5.35 7.3c.2.2.2.51 0 .7l-5.38 8h-4.2l5.64-8.35L3.13.01z'/%3E%3C/svg%3E") 50% 50% no-repeat;
1361
            background-size: 8px;
1362
            display: inline-block;
1363
            content: '';
1364
            float: none;
1365
            height: .8em;
1366
            width: .8em;
1367
        }
1368
    }
1369
}
1370
1380
.nav_pages {
1371
.nav_pages {
1381
    border-top: 1px solid #DDD;
1372
    border-top: 1px solid #DDD;
1382
    padding: .6em;
1373
    padding: .6em;
1383
- 

Return to bug 28101