Amélioration détection erreur classement sortie bilan
This commit is contained in:
parent
18e97956fe
commit
8810498843
2 changed files with 75 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue