From 34796a95c2e4aa2a59faa24081262a88e0128b86 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Jan 2022 14:48:13 +0100 Subject: [PATCH] Fix css --- htdocs/theme/eldy/global.inc.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 3f25db32725..3befc11de2e 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -188,11 +188,15 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla div.tabBar input, div.tabBar input.flat, div.tabBar textarea, div.tabBar textarea.flat, div.tabBar form.flat select, div.tabBar select, div.tabBar select.flat, div.tabBar .dataTables_length label select { borderglobal->THEME_HIDE_BORDER_ON_INPUT) ? '' : '-bottom'; ?>: solid 1px var(--inputbordercolor); - global->THEME_ADD_BACKGROUND_ON_INPUT = 1; if (!empty($conf->global->THEME_ADD_BACKGROUND_ON_INPUT)) { ?> - background-color: #f8f8fa; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - + global->THEME_ADD_BACKGROUND_ON_INPUT = 1; + if (!empty($conf->global->THEME_ADD_BACKGROUND_ON_INPUT)) { ?> + background-color: #f8f8fa; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + } input[name=duration_value], input[name=durationhour] {