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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +13 lines)
Lines 1349-1354 div { Link Here
1349
    display: none;
1349
    display: none;
1350
}
1350
}
1351
1351
1352
#sales, #past_sales {
1353
    .credit {
1354
        > td {
1355
            background-color: #e0e0e0;
1356
        }
1357
    }
1358
    .debit {
1359
        > td {
1360
            background-color: #e0e0e0;
1361
        }
1362
    }
1363
}
1364
1352
.tip {
1365
.tip {
1353
    color: #808080;
1366
    color: #808080;
1354
}
1367
}
1355
- 

Return to bug 28187