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 2341-2347 nav { Link Here
2341
}
2341
}
2342
2342
2343
.toggle-hold-options {
2343
.toggle-hold-options {
2344
    background-color: #EEE;
2344
    background-color: #F3F3F3;
2345
    clear: both;
2345
    clear: both;
2346
    display: block;
2346
    display: block;
2347
    font-weight: bold;
2347
    font-weight: bold;
2348
- 

Return to bug 40097