From 0b486ea5adbc20de948b4e7a0e3be46ef8d48f25 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 31 Mar 2020 13:28:19 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index efe17c67e03..c9d58be7da3 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -175,11 +175,15 @@ input, select { margin-bottom:1px; margin-top:1px; } -#mainbody input.button { +#mainbody input.button:not(.buttongen) { background: var(--butactionbg); border-collapse: collapse; border: none; } +#mainbody input.buttongen { + padding: 4px 4px; +} + input.button:focus { border-bottom: 0; }