From 0898cd48553e46325f102bb310b4604707eed3a8 Mon Sep 17 00:00:00 2001 From: Diyan Ivanov Date: Sun, 4 Jan 2026 15:27:33 +0000 Subject: [PATCH] fix: override default filebokz colors for uploded files --- client-src/digitize/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client-src/digitize/index.css b/client-src/digitize/index.css index 91b30c59..406e529a 100644 --- a/client-src/digitize/index.css +++ b/client-src/digitize/index.css @@ -39,6 +39,10 @@ form { display: inline !important; } +.filebokz .files.file-previews .file { + background-color: transparent; + color: inherit; +} #data-protection-section { display: flex;