From 88c878d89f3f325d5aaaa0185d66536312ac5b3b Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Sat, 25 Jul 2026 12:36:51 +0200 Subject: [PATCH] =?UTF-8?q?Style=20sombre=20d=C3=A9plac=C3=A9=20dans=20con?= =?UTF-8?q?figuration=20asso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/style.css b/style.css index c4b7591..9a24aee 100644 --- a/style.css +++ b/style.css @@ -83,27 +83,6 @@ table.error tr, table.error td, table.error thead td { 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 { padding : 0.4rem 0.6rem; }