This commit is contained in:
Laurent Destailleur 2022-09-23 09:21:19 +02:00
parent 3e246f4399
commit 1f8327514b

View File

@ -336,15 +336,15 @@ if (GETPOSTISSET('THEME_SATURATE_RATIO')) {
color: #b06080 !important; color: #b06080 !important;
} }
/* Color for customer object */ /* Color for customer object */
.infobox-propal:not(.pictotitle):not(.error), .infobox-propal:not(.error),
.infobox-facture:not(.pictotitle):not(.error), .infobox-facture:not(.error),
.infobox-commande:not(.pictotitle):not(.error) { .infobox-commande:not(.error) {
color: #65953d !important; color: #65953d !important;
} }
/* Color for vendor object */ /* Color for vendor object */
.infobox-supplier_proposal:not(.pictotitle):not(.error), .infobox-supplier_proposal:not(.error),
.infobox-invoice_supplier:not(.pictotitle):not(.error), .infobox-invoice_supplier:not(.error),
.infobox-order_supplier:not(.pictotitle):not(.error) { .infobox-order_supplier:not(.error) {
color: #599caf !important; color: #599caf !important;
} }
.infobox-contrat, .infobox-ticket{ .infobox-contrat, .infobox-ticket{