Frere
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user