Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88c878d89f | ||
|
|
cf175d296a |
2 changed files with 0 additions and 33 deletions
|
|
@ -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>
|
|
||||||
|
|
|
||||||
21
style.css
21
style.css
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue