From 6c62e2f2abecb851920abfff32d3647a9889758f Mon Sep 17 00:00:00 2001 From: Cedric Date: Sun, 21 Jun 2026 13:06:43 +0200 Subject: [PATCH] Actualiser css/admin.css --- css/admin.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index 6dccf8d..fd5b1be 100644 --- a/css/admin.css +++ b/css/admin.css @@ -17,8 +17,17 @@ admin.css — Backoffice Mon Cinéma (Version Finale 6 Colonnes) .btn-action.primary:hover { background: #e5c347; transform: translateY(-1px); } .btn-action.danger-solid { background: #ff4757; color: #fff; border-color: #ff4757; } .btn-action.danger-solid:hover { background: #ff6b81; } -.btn-action.outline { background: transparent; border-color: var(--muted); color: var(--muted); } -.btn-action.outline:hover { color: var(--text); border-color: var(--text); background: transparent; } +.btn-action.outline { + background: transparent !important; + border: 1px solid var(--border) !important; + color: var(--muted) !important; +} + +.btn-action.outline:hover { + background: transparent !important; + border-color: var(--text) !important; + color: var(--text) !important; +} .btn-small { padding: 0.4rem 0.8rem; font-size: 0.8rem; } /* ONGLETS */