Amélioration détection erreur classement sortie bilan

This commit is contained in:
Jean-Christophe Engel 2026-07-11 18:16:22 +02:00
parent 18e97956fe
commit 8810498843
2 changed files with 75 additions and 5 deletions

View file

@ -74,6 +74,15 @@ table.list tbody tr.ignored:nth-child(even) {
font-style: italic;
background: rgba(255, 255, 200, 0.5);
}
table.error {
background-color: #fcc;
}
table.error tr, table.error td, table.error thead td {
background-image : none;
background-color: #fcc;
}
html.dark table.list tbody tr.ignored:nth-child(odd) {
font-style: italic;
background: rgba(100, 100, 0, 0.4);