templates: improve color contrast in csv import report (#50162)

This commit is contained in:
Valentin Deniaud 2021-02-23 17:11:23 +01:00
parent 0f4439afe1
commit d0b6b64bf1
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
#import-report-table {
color: black;
}
#import-report-table tr.row-valid td, .legend-row-valid {
background-color: #d5f5e3 ;
}
#import-report-table tr.row-invalid td, .legend-row-invalid {
background-color: #ff4408;
background-color: #e00;
}
#import-report-table tr td.cell-action-updated, .legend-cell-action-updated {