Ajout affichage écritures filtrées

This commit is contained in:
Jean-Christophe Engel 2026-01-22 10:00:48 +01:00
parent 8e004e3d20
commit 284111310e
2 changed files with 28 additions and 8 deletions

View file

@ -62,3 +62,12 @@ table.montant td.label {
text-align : right;
padding-right : 1em;
}
table.list tbody tr.ignored:nth-child(odd) {
font-style: italic;
background: rgba(255, 255, 200, 0.2);
}
table.list tbody tr.ignored:nth-child(even) {
font-style: italic;
background: rgba(255, 255, 200, 0.5);
}