fix w11 styled window controls not being applied
This commit is contained in:
parent
c38d13bba4
commit
370ab8886f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue