diff --git a/Vue/Garantieproduit/index.php b/Vue/Garantieproduit/index.php index c7d74f47..7f4128cf 100755 --- a/Vue/Garantieproduit/index.php +++ b/Vue/Garantieproduit/index.php @@ -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; + } \ No newline at end of file