This commit is contained in:
2025-12-27 23:40:29 +00:00
parent 4b4cb83d6b
commit a69cec5d47
3 changed files with 208 additions and 153 deletions

View File

@@ -1174,4 +1174,30 @@ li i { margin-right:10px; color:#007bff; }
.custom-quittance-table tfoot {
background-color: var(--office-light) !important;
border-top: 2px solid var(--office-secondary);
}
/* Background spécifique pour la carte récapitulative TTC */
.bg-office-primary-lighter {
background-color: var(--office-primary-lighter);
}
/* Header bleu type Office */
.bg-office-blue {
background-color: var(--office-secondary) !important;
}
/* Ombre légère pour les inputs readonly mais colorés */
#div_emission .form-control[readonly] {
box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
}
/* Style spécifique pour le footer de la table émission */
.custom-quittance-table tfoot.table-dark {
background-color: var(--office-dark) !important;
border-top: 3px solid var(--office-primary);
}
@media print {
.btn, .modal, .sr-only { display: none !important; }
.card { border: 1px solid #ddd !important; box-shadow: none !important; }
}