This commit is contained in:
Laurent Destailleur 2020-06-02 17:00:08 +02:00
parent a9973ad60e
commit 054d5c5f4c

View File

@ -3989,17 +3989,20 @@ div.titre {
padding-top: 5px;
padding-bottom: 5px;
}
.secondary, div.titre {
div.fiche > table.table-fiche-title:first-of-type div {
color: var(--colortexttitlenotab);
/* font-weight: 600; */
}
div.titre {
color: var(--colortexttitlenotab);
}
.secondary {
color: var(--colortexttitlenotab);
}
.tertiary {
color: var(--colortexttitlenotab2);
}
div.fiche > table.table-fiche-title:first-of-type div {
/* color: var(--colortexttitlenotab); */
color: #606060;
font-weight: 600;
}
table.table-fiche-title .col-title div.titre{
line-height: 40px;