mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Win8 - Tabbar Background Compatibility
For v93+
cd78a24e60/browser/themes/windows/browser.css (L112-L125)
This commit is contained in:
parent
16bf13b9a3
commit
6e49f53dba
1 changed files with 5 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue