From 71dc5687e3ae9c1a42df36920c07ac5f0b3a0e70 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 13 May 2023 07:26:59 +0300 Subject: [PATCH] better defaults... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Viewer/css/layout.css b/Viewer/css/layout.css index 1480db9a..0983f877 100755 --- a/Viewer/css/layout.css +++ b/Viewer/css/layout.css @@ -43,7 +43,10 @@ } .viewer.single-image-mode { - --ribbon-background-color: none; + /* XXX should these be transparent??? */ + /* XXX should these be !important??? */ + --image-background-color: none !important; + --ribbon-background-color: none !important; }