Projet

Général

Profil

0001-templates-improve-color-contrast-in-csv-import-repor.patch

Valentin Deniaud, 23 février 2021 17:12

Télécharger (1,05 ko)

Voir les différences:

Subject: [PATCH] templates: improve color contrast in csv import report
 (#50162)

 .../manager/static/authentic2/manager/css/user_import.css   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
src/authentic2/manager/static/authentic2/manager/css/user_import.css
1
#import-report-table {
2
	color: black;
3
}
4

  
1 5
#import-report-table tr.row-valid td, .legend-row-valid {
2 6
    background-color: #d5f5e3 ;
3 7
}
4 8

  
5 9
#import-report-table tr.row-invalid td, .legend-row-invalid {
6
    background-color: #ff4408;
10
    background-color: #e00;
7 11
}
8 12

  
9 13
#import-report-table tr td.cell-action-updated, .legend-cell-action-updated {
10
-