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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-1 / +1 lines)
Lines 1194-1200 table { Link Here
1194
}
1194
}
1195
1195
1196
.table_entries {
1196
.table_entries {
1197
    color: #797979;
1197
    color: #727272;
1198
    font-size: 90%;
1198
    font-size: 90%;
1199
    margin-left: 5px;
1199
    margin-left: 5px;
1200
    padding: 5px 0;
1200
    padding: 5px 0;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-2 / +1 lines)
Lines 2346-2352 nav { Link Here
2346
}
2346
}
2347
2347
2348
.toggle-hold-options {
2348
.toggle-hold-options {
2349
    background-color: #EEE;
2349
    background-color: #F3F3F3;
2350
    clear: both;
2350
    clear: both;
2351
    display: block;
2351
    display: block;
2352
    font-weight: bold;
2352
    font-weight: bold;
2353
- 

Return to bug 40097