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] {