From 2d7c4709ee11610b2fa780480af813b8754cf2df Mon Sep 17 00:00:00 2001 From: Cedric Date: Mon, 22 Jun 2026 14:32:31 +0200 Subject: [PATCH] Actualiser css/admin.css --- css/admin.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index a18b995..1b4b6c3 100644 --- a/css/admin.css +++ b/css/admin.css @@ -118,8 +118,6 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background) .thumb, .thumb-ph { width: 45px; height: 65px; object-fit: cover; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto; } .thumb-ph { background: var(--surface); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 1.5rem; } - -.modal h3 { white-space: nowrap; overflow: visible; text-overflow: clip; } .import-section { margin: 1.5rem 0; padding: 1.5rem; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; } .import-section h3 { margin: 0 0 0.5rem 0; font-size: 1.1rem; color: var(--text); display: flex; align-items: center; gap: 0.5rem; } .import-section h3 i { color: var(--gold); }