fix w11 styled window controls not being applied

This commit is contained in:
bmFtZQ 2022-04-11 01:01:51 +08:00 committed by GitHub
parent c38d13bba4
commit 370ab8886f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
/* windows 11 style window controls (no known way to detect between windows 10 /* windows 11 style window controls (no known way to detect between windows 10
and 11 so applied to both) */ and 11 so applied to both) */
@media (-moz-os-version: windows-win10) { @media (-moz-windows-compositor) {
.titlebar-min { .titlebar-min {
list-style-image: url("win11-minimize.svg") !important; list-style-image: url("win11-minimize.svg") !important;
} }