From 6c2534df81f342efd21abc98765c05106afee41b Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 22 Jul 2023 19:02:10 +0200 Subject: [PATCH] exclure les icones --- core/layout/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/layout/light.css b/core/layout/light.css index b9ebf5ee..937c3412 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -21,7 +21,7 @@ border-radius: 5px !important; } -#site, p, div:not(.message, [attribute*="zwiico"]), label, select, input, table, span { +#site, p, div:not(.message), label, select, input, table { background-color: rgba(255, 255, 255, 1) !important; color: rgba(33, 34, 35, 1) !important; }