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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +20 lines)
Lines 1307-1312 details[open] { Link Here
1307
    }
1307
    }
1308
}
1308
}
1309
1309
1310
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] {
1311
    color: #71b443;
1312
    visibility: hidden;
1313
    font-size: 1px;
1314
    letter-spacing: -1px;
1315
1316
    &::before {
1317
        content: "\f015";
1318
        font-family: "FontAwesome";
1319
        font-style: normal;
1320
        font-size: 14px;
1321
        visibility: visible;
1322
        padding-right: .3em;
1323
    }
1324
1325
    &:hover {
1326
        text-decoration: none;
1327
    }
1328
}
1329
1310
#header {
1330
#header {
1311
    + #breadcrumbs {
1331
    + #breadcrumbs {
1312
        margin-top: 1em;
1332
        margin-top: 1em;
1313
- 

Return to bug 30952