From 78661628fc14244ef23f5f1e621067565ce65851 Mon Sep 17 00:00:00 2001 From: bach Date: Sun, 6 Sep 2026 16:51:22 +0200 Subject: [PATCH] =?UTF-8?q?Make=20the=20"Reste=20=C3=A0=20verser"=20badge?= =?UTF-8?q?=20dark=20green=20instead=20of=20orange?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Distinguishable from the default badge green (used for "Lié") while staying green rather than orange -- it's an amount owed, not a warning. Co-Authored-By: Claude Sonnet 5 --- web/modules/custom/figli_compta_ledger/css/home.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/modules/custom/figli_compta_ledger/css/home.css b/web/modules/custom/figli_compta_ledger/css/home.css index 332d081..fcd0174 100644 --- a/web/modules/custom/figli_compta_ledger/css/home.css +++ b/web/modules/custom/figli_compta_ledger/css/home.css @@ -493,9 +493,12 @@ html.gin--dark-mode #figli-home-app { #figli-home-app .figli-recon-badge.is-clickable { cursor: pointer; } +/* Still green, not orange -- it's money owed, not a warning, and + green-but-darker reads as "related to, but not yet, Lié" (the default + badge green above) rather than as an unrelated anomaly color. */ #figli-home-app .figli-recon-badge.is-reste { - background: #d97a0a1a; - color: #d97a0a; + background: #1665341a; + color: #166534; } #figli-home-app .figli-recon-badge.is-anomalie { background: #c9312b1a;