From 64e4c3e776cd107482fe112dd44f4f809c3adb98 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:53:48 +0800 Subject: [PATCH] fix mica support in windows 11 #76 --- chrome/global/tweaks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/global/tweaks.css b/chrome/global/tweaks.css index 233f7c5..f63250c 100644 --- a/chrome/global/tweaks.css +++ b/chrome/global/tweaks.css @@ -157,7 +157,7 @@ bugs with certain themes eg. dark text on dark background.) */ /* enable mica appearance */ #main-window:not([inFullscreen]):not(:-moz-lwtheme), #main-window:not([inFullscreen])[lwt-default-theme-in-dark-mode="true"] { - appearance: -moz-win-glass !important; + appearance: -moz-win-borderless-glass !important; background: transparent !important; }