This commit is contained in:
Laurent Destailleur 2020-08-03 17:39:18 +02:00
parent c78b19b3b8
commit 22f69f0da9
2 changed files with 7 additions and 2 deletions

View File

@ -4053,6 +4053,8 @@ div.titre {
}
div.fiche > table.table-fiche-title:first-of-type div {
color: var(--colortexttitlenotab);
font-size: 1.05em;
/* text-transform: uppercase; */
/* font-weight: 600; */
}
div.titre {

View File

@ -173,9 +173,12 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
/* background: linear-gradient(0.35turn, #fff, #fff, #f6faf8, #e4efe8) */
background: linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
}
.info-box-sm .info-box-content-warning {
background: #ffd7a3;
.info-box-content-warning span.font-status4 {
color: #bc9526 !important;
}
/*.info-box-sm .info-box-content-warning {
background: #ffd7a3;
}*/
/*.info-box-icon.info-box-icon-module-enabled {
background: #e4f0e4 !important;
}*/