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 1343-1348 div { Link Here
1343
    display: none;
1343
    display: none;
1344
}
1344
}
1345
1345
1346
#sales, #past_sales {
1347
    .credit {
1348
        > td {
1349
            background-color: #e0e0e0;
1350
        }
1351
    } 
1352
    .debit {
1353
        > td {
1354
            background-color: #e0e0e0;
1355
        }
1356
    }
1357
}
1358
1346
.tip {
1359
.tip {
1347
    color: #808080;
1360
    color: #808080;
1348
}
1361
}
1349
- 

Return to bug 28187