Fix: Win8 - Tabbar Background Compatibility

For v93+

cd78a24e60/browser/themes/windows/browser.css (L112-L125)
This commit is contained in:
alstjr7375 2021-10-29 00:41:04 +09:00
parent 16bf13b9a3
commit 6e49f53dba

View file

@ -92,6 +92,11 @@
background-image: unset !important;
}
}
@media (-moz-os-version: windows-win8) {
#navigator-toolbox:-moz-lwtheme {
color: var(--lwt-text-color) !important;
}
}
/*= Windows 7, 8 - Menu Active Color =======================================*/
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {