css
This commit is contained in:
parent
19405d5f5b
commit
04f68d25cd
@ -898,10 +898,10 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS))
|
||||
$boxstat .= '<!-- Database statistics -->'."\n";
|
||||
$boxstat .= '<div class="box">';
|
||||
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable boxtablenobottom nohover" width="100%">';
|
||||
$boxstat .= '<tr class="liste_titre">';
|
||||
$boxstat .= '<th class="liste_titre">';
|
||||
$boxstat .= '<tr class="liste_titre box_titre">';
|
||||
$boxstat .= '<td class="liste_titre">';
|
||||
$boxstat .= '<div class="inline-block valignmiddle">'.$langs->trans("DolibarrStateBoard").'</div>';
|
||||
$boxstat .= '</th>';
|
||||
$boxstat .= '</td>';
|
||||
$boxstat .= '</tr>';
|
||||
$boxstat .= '<tr class="nobottom nohover"><td class="tdboxstats nohover flexcontainer">';
|
||||
|
||||
|
||||
@ -1373,7 +1373,7 @@ td.showDragHandle {
|
||||
|
||||
.side-nav {
|
||||
display: table-cell;
|
||||
border-<?php echo $right; ?>: 1px solid #d0d0d0;
|
||||
border-<?php echo $right; ?>: 1px solid #E0E0E0;
|
||||
box-shadow: 3px 0 6px -2px #eee;
|
||||
background: var(--colorbackvmenu1);
|
||||
transition: left 0.5s ease;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user