Style sombre déplacé dans configuration asso

This commit is contained in:
Jean-Christophe Engel 2026-07-25 12:36:51 +02:00
parent cf175d296a
commit 88c878d89f

View file

@ -83,27 +83,6 @@ table.error tr, table.error td, table.error thead td {
background-color: #fcc; background-color: #fcc;
} }
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);
}
span.input-list.avoirs label { span.input-list.avoirs label {
padding : 0.4rem 0.6rem; padding : 0.4rem 0.6rem;
} }