From eb15d9e8491bbfb0b8e82f7fcb0b205d640c8e28 Mon Sep 17 00:00:00 2001 From: Zaki <18zaki18@gmail.com> Date: Tue, 12 May 2026 15:49:40 +0100 Subject: [PATCH] Trash FAB: always transparent background, no shadow --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 35c191a..f453f98 100644 --- a/css/style.css +++ b/css/style.css @@ -273,8 +273,7 @@ input:focus, select:focus { border-color:var(--accent); } transition: 0.2s; z-index: 100; } .fab:hover { transform: scale(1.1); filter: brightness(1.1); } -.fab-trash { left: 2rem; right: auto; font-size:1.4rem; } -.fab-trash.active { background:transparent; box-shadow:none; } +.fab-trash { left: 2rem; right: auto; font-size:1.4rem; background:transparent; box-shadow:none; } /* Generic modal overlay (if you don’t already have it) */ .modal-overlay {