Skip to content

Commit

Permalink
Correction couleurs statuts listes rouges
Browse files Browse the repository at this point in the history
- statut NT était assez différent,
- j'ai corrigé toutes les valeurs en suivant les infos de ce ticket GeoNature : PnX-SI/GeoNature#3187 (comment)
  • Loading branch information
marcantoinedupre committed Jan 22, 2025
1 parent 899656a commit 2453ec3
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions atlas/static/css/ficheEspece.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,45 +295,51 @@ div#statut-bdc h5 a:hover {
}

div#statut-bdc span.NT {
color: white;
background-color: #cce226 ;
background-color: #fbf2ca ;
}

div#statut-bdc span.LC {
color: white;
background-color: #60c659 ;
background-color: #78b74a ;
}

div#statut-bdc span.EN {
color: white;
background-color: #fc7f3f ;
background-color: #fbbf00 ;
}

div#statut-bdc span.VU {
background-color: #f9e814 ;
background-color: #ffed00 ;
}

div#statut-bdc span.CR {
color: white;
background-color: #d81e05 ;
background-color: #d3001b ;
}

div#statut-bdc span.RE {
color: white;
background-color: #5b1064 ;
background-color: #5a1a63 ;
}

div#statut-bdc span.EW {
color: white;
background-color: #3d1951 ;
}

div#statut-bdc span.EX {
color: white;
background-color: black ;
}

div#statut-bdc span.NA {
color: white;
background-color: #929392 ;
background-color: #919291 ;
}

div#statut-bdc span.NE {
background-color: white ;
}

div#statut-bdc span.DD {
background-color: #d1d1c6 ;
background-color: #d3d4d5 ;
}

div#statut-bdc span.DHFF {
Expand Down

0 comments on commit 2453ec3

Please sign in to comment.