From 31dd9f7c056704731eb8981344fca18ca9be22bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=9A=93=E6=96=87?= <121747915+NB-Group@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:29:53 +0800 Subject: [PATCH] =?UTF-8?q?-v9.0.3=20=E4=BF=AE=E5=A4=8D=E4=BA=86Mica?= =?UTF-8?q?=E7=9A=84=E5=85=B6=E5=AE=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -在多窗口透明开启时,无焦点窗口颜色不正确的问题 --- desktop.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/desktop.css b/desktop.css index e068f69..a791bb0 100755 --- a/desktop.css +++ b/desktop.css @@ -78,7 +78,8 @@ } :root.moreblur .window:not(.foc) { - background-color: var(--bg70); + background: var(--bg70); + background-color: none; backdrop-filter: blur(30px); } @@ -2612,4 +2613,4 @@ github-red2026 */ .setting-card>.setting-list { padding-bottom: 5px; padding: 20px; -} \ No newline at end of file +}