Fix dark theme mode
This commit is contained in:
parent
55c284ebb9
commit
a16c50593d
@ -1966,7 +1966,7 @@ td.showDragHandle {
|
|||||||
.side-nav-vert {
|
.side-nav-vert {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
z-index: 1001;
|
z-index: 1005;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php if (!empty($conf->global->THEME_DARKMODEENABLED)) { ?>
|
<?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-loading { background: white url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/working.gif', 1) ?>) right center no-repeat; }
|
||||||
.ui-autocomplete {
|
.ui-autocomplete {
|
||||||
|
|||||||
@ -2118,7 +2118,7 @@ body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block
|
|||||||
.side-nav-vert {
|
.side-nav-vert {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
z-index: 1001;
|
z-index: 1005;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?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-loading { background: white url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/working.gif', 1) ?>) right center no-repeat; }
|
||||||
.ui-autocomplete {
|
.ui-autocomplete {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user