Compare commits

...

2 commits
0.40.0 ... main

Author SHA1 Message Date
Jean-Christophe Engel
88c878d89f Style sombre déplacé dans configuration asso 2026-07-25 12:36:51 +02:00
Jean-Christophe Engel
cf175d296a Suppression javascript inutile 2026-07-13 15:09:09 +02:00
2 changed files with 0 additions and 33 deletions

View file

@ -132,15 +132,3 @@
{{:form_errors}} {{:form_errors}}
{{:admin_footer}} {{:admin_footer}}
<script type="text/javascript">
function changeVisibility(evt, idcheck = 'f_unhide_1') {
this.form.dispatchEvent(new Event('submit'));
this.form.submit();
}
(function () {
document.getElementById('f_unhide_1').onclick = changeVisibility;
})();
</script>

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;
} }