From c5d1a11becdaff4a45d3c3ffe45ff905db745f0a Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Tue, 29 Aug 2023 16:21:29 +0200 Subject: [PATCH] added blur to cursor bar --- editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor.css b/editor.css index 4fc7a6a..05290be 100644 --- a/editor.css +++ b/editor.css @@ -700,6 +700,8 @@ label { /* padding-top: 5px; padding-bottom: 5px; */ transition: all 300ms ease; + backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); } #tools div {