From 9a6f78fc15791235c36763e0426b67e7f02c0045 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Tue, 14 Dec 2021 11:45:31 +0100 Subject: [PATCH] erreur btn action --- htdocs/theme/eldy/btn.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/btn.inc.php b/htdocs/theme/eldy/btn.inc.php index 9c570a79a5f..cf2f1ead60e 100644 --- a/htdocs/theme/eldy/btn.inc.php +++ b/htdocs/theme/eldy/btn.inc.php @@ -64,7 +64,7 @@ span.butAction, span.butActionDelete { font-size: 0.9em; } .butAction { - background: var(--butactionbg); + background: rgb(); color: #FFF !important; /* background: rgb(230, 232, 239); */ }