Debug dark mode
This commit is contained in:
parent
bfbde43c95
commit
4de6a3ee7d
@ -72,7 +72,7 @@ span.butAction, span.butActionDelete {
|
||||
border-radius: 3px;
|
||||
}
|
||||
.butActionRefused:last-child, .butAction:last-child, .butActionDelete:last-child {
|
||||
margin-right: 0px !important;
|
||||
margin-<?php echo $right; ?>: 0px !important;
|
||||
}
|
||||
.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||
text-decoration: none;
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
--colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
|
||||
--colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
|
||||
--colorbackbody: rgb(<?php print $colorbackbody; ?>);
|
||||
--colorbackmobilemenu: #f8f8f8;
|
||||
--colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
|
||||
--colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
|
||||
--colortexttitle: rgba(<?php print $colortexttitle; ?>, 0.9);
|
||||
@ -68,6 +69,7 @@ if (!empty($conf->global->THEME_DARKMODEENABLED)) {
|
||||
--colorbacklinepairhover: #2b2d2f;
|
||||
--colorbacklinepairchecked: #0e5ccd;
|
||||
--colorbackbody: #1d1e20;
|
||||
--colorbackmobilemenu: #080808;
|
||||
--tooltipbgcolor: #2b2d2f;
|
||||
--colortexttitlenotab: rgb(220,220,220);
|
||||
--colortexttitlenotab2: rgb(220,220,220);
|
||||
@ -1836,7 +1838,7 @@ div.vmenu, td.vmenu {
|
||||
|
||||
|
||||
div.fiche {
|
||||
margin-<?php print $left; ?>: <?php print (GETPOST('optioncss', 'aZ09') == 'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ? '32' : '6')); ?>px;
|
||||
margin-<?php print $left; ?>: <?php print (GETPOST('optioncss', 'aZ09') == 'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ? '34' : '6')); ?>px;
|
||||
margin-<?php print $right; ?>: <?php print (GETPOST('optioncss', 'aZ09') == 'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ? '30' : '6')); ?>px;
|
||||
<?php if (!empty($dol_hide_leftmenu)) {
|
||||
print 'margin-bottom: 12px;'."\n";
|
||||
@ -6084,7 +6086,7 @@ li.ui-li-divider .ui-link {
|
||||
color: #FFF !important;
|
||||
}
|
||||
.ui-btn {
|
||||
margin: 0.1em 2px
|
||||
margin: 0 2px;
|
||||
}
|
||||
a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
|
||||
text-decoration: none !important;
|
||||
@ -6238,7 +6240,7 @@ ul.ulmenu {
|
||||
}
|
||||
.alilevel0 {
|
||||
color: var(--colortexttitle) !important;
|
||||
background: #f8f8f8
|
||||
background: var(--colorbackmobilemenu);
|
||||
}
|
||||
.ulmenu {
|
||||
box-shadow: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user