From b54faf94692ac7c95a2ed4bdeaba84f2066a0b9d Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 29 Aug 2023 14:17:07 +0200 Subject: [PATCH] webconfig: Fix box shadow in dark mode This changed from a separate div to directly on the body --- share/tools/web_config/fishconfig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index 83060a4ff..8eb9a67b7 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -632,7 +632,7 @@ img.delete_icon { color: #DDD; } - div#ancestor { + #ancestor { box-shadow: 0 0 5px 1px #000; } .tab {