fix mica support in windows 11 #76

This commit is contained in:
bmFtZQ 2023-06-13 20:53:48 +08:00
parent cb4ebed356
commit 64e4c3e776

View file

@ -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;
}