From db1795981f45fa7ed6265a31dc1254f9515d65ea Mon Sep 17 00:00:00 2001 From: Woody Date: Wed, 13 Dec 2023 00:38:13 +0100 Subject: [PATCH] Fix dialog backdrop blur on Safari --- wled00/data/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wled00/data/index.css b/wled00/data/index.css index f10a6983b..0ffdf68d3 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -1347,6 +1347,7 @@ TD .checkmark, TD .radiomark { dialog::backdrop { backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); } dialog { max-height: 70%;