Fix: Windows7, 8 titlebar button appearance #218

I'am not sure as it's not reproducible.
This commit is contained in:
alstjr7375 2021-12-01 13:41:30 +09:00
parent 027b7b41c6
commit 8a8351de92

View file

@ -98,6 +98,14 @@
:root:not([lwtheme-image]) #navigator-toolbox:-moz-lwtheme {
background-color: var(--lwt-accent-color) !important;
}
:root[sizemode="normal"] .titlebar-buttonbox {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-box !important;
}
:root[sizemode="maximized"] .titlebar-buttonbox {
appearance: auto !important;
-moz-default-appearance: -moz-window-button-box-maximized !important;
}
}
@media (-moz-os-version: windows-win7) {
#TabsToolbar:-moz-lwtheme {