Fix: Windows7, 8 titlebar background color #218

This commit is contained in:
alstjr7375 2021-12-08 11:36:08 +09:00
parent 329b395ec4
commit 1da2535f8d

View file

@ -95,7 +95,7 @@
/*= Windows 7, 8 - Tab Bar Background *****************************************/
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {
/* Header Color */
:root:not([lwtheme-image]) #navigator-toolbox:-moz-lwtheme {
:root:not([lwtheme-image]):-moz-lwtheme {
background-color: var(--lwt-accent-color) !important;
}
}