This commit is contained in:
KONE SOREL 2026-03-16 17:36:36 +00:00
parent 40a54c086c
commit 688e3be756

View File

@ -151,4 +151,15 @@
.input-editable:focus { border-color: var(--bs-primary) !important; background-color: #fff !important; }
.table-hover tbody tr:hover { background-color: rgba(33, 46, 83, 0.02); }
.btn-xs { padding: 0.25rem 0.5rem; font-size: 0.75rem; }
/* Version Warning Light (Ambre/Jaune) */
.btn-warning-light {
color: #856404; /* Un orange plus foncé pour le contraste du texte */
background-color: rgba(255, 193, 7, 0.15); /* Jaune Bootstrap avec 15% d'opacité */
border: none;
}
.btn-warning-light:hover {
background-color: rgba(255, 193, 7, 0.25); /* Accentuation au survol */
color: #664d03;
}
</style>