Fix dark theme mode

This commit is contained in:
Laurent Destailleur 2022-11-07 15:13:51 +01:00
parent 55c284ebb9
commit a16c50593d
2 changed files with 17 additions and 6 deletions

View File

@ -1966,7 +1966,7 @@ td.showDragHandle {
.side-nav-vert {
position: sticky;
top: 0px;
z-index: 1001;
z-index: 1005;
}
<?php } ?>
<?php if (!empty($conf->global->THEME_DARKMODEENABLED)) { ?>
@ -5354,10 +5354,17 @@ td.cal_other_month {
/* ============================================================================== */
/* Ajax - Liste deroulante de l'autocompletion */
/* Ajax - Combo list for autocompletion */
/* ============================================================================== */
.ui-widget-content { border: solid 1px rgba(0,0,0,.3); background: #fff !important; }
.ui-widget-content {
border: solid 1px rgba(0,0,0,.3);
background: var(--colorbackbody) !important;
color: var(--colortext) !important;
}
/*.ui-widget-header {
background: var(--colorbacktitle);
}*/
.ui-autocomplete-loading { background: white url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/working.gif', 1) ?>) right center no-repeat; }
.ui-autocomplete {

View File

@ -2118,7 +2118,7 @@ body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block
.side-nav-vert {
position: sticky;
top: 0px;
z-index: 1001;
z-index: 1005;
}
<?php } ?>
@ -5188,10 +5188,14 @@ td.cal_other_month {
/* ============================================================================== */
/* Ajax - Liste deroulante de l'autocompletion */
/* Ajax - Combo list for autocompletion */
/* ============================================================================== */
.ui-widget-content { border: solid 1px rgba(0,0,0,.3); background: #fff !important; }
.ui-widget-content {
border: solid 1px rgba(0,0,0,.3);
background: var(--colorbackbody) !important;
color: var(--colortext) !important;
}
.ui-autocomplete-loading { background: white url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/working.gif', 1) ?>) right center no-repeat; }
.ui-autocomplete {