Fix css
This commit is contained in:
parent
f3251f1ef9
commit
34796a95c2
@ -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
|
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
|
||||||
{
|
{
|
||||||
border<?php echo empty($conf->global->THEME_HIDE_BORDER_ON_INPUT) ? '' : '-bottom'; ?>: solid 1px var(--inputbordercolor);
|
border<?php echo empty($conf->global->THEME_HIDE_BORDER_ON_INPUT) ? '' : '-bottom'; ?>: solid 1px var(--inputbordercolor);
|
||||||
<?php $conf->global->THEME_ADD_BACKGROUND_ON_INPUT = 1; if (!empty($conf->global->THEME_ADD_BACKGROUND_ON_INPUT)) { ?>
|
<?php
|
||||||
|
//$conf->global->THEME_ADD_BACKGROUND_ON_INPUT = 1;
|
||||||
|
if (!empty($conf->global->THEME_ADD_BACKGROUND_ON_INPUT)) { ?>
|
||||||
background-color: #f8f8fa;
|
background-color: #f8f8fa;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
<?php } ?>
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
}
|
}
|
||||||
input[name=duration_value], input[name=durationhour]
|
input[name=duration_value], input[name=durationhour]
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user