Petites améliorations et corrections

This commit is contained in:
Jean-Christophe Engel 2026-04-29 12:03:51 +02:00
parent e31286f440
commit d6fd5b4047
4 changed files with 24 additions and 11 deletions

View file

@ -35,17 +35,15 @@ h2[class="aide"], h3[class="aide"] {
}
.informations dl.describe {
grid-template-columns : 20rem 1fr;
grid-template-columns : 25rem 1fr;
}
.informations dl.describe > dt {
flex: 0 0 15rem;
margin-right: 0;
white-space: nowrap;
}
.informations dl.describe > dd {
flex: 0 0 calc(100% - 20rem);
margin-right: 0;
}
@ -76,7 +74,23 @@ table.list tbody tr.ignored:nth-child(even) {
font-style: italic;
background: rgba(255, 255, 200, 0.5);
}
html.dark table.list tbody tr.ignored:nth-child(odd) {
font-style: italic;
background: rgba(100, 100, 0, 0.4);
}
html.dark table.list tbody tr.ignored:nth-child(even) {
font-style: italic;
background: rgba(100, 100, 0, 0.4);
}
html.dialog.dark {
filter: none !important;
}
html.dialog.dark main {
background-color : #ddd;
}
html.dark .block.alert {
background-color : rgba(87, 206, 235, 0.5);
}