Revert "Fix: Windows7, 8 titlebar button appearance #218"

This reverts commit 8a8351de92.
https://github.com/black7375/Firefox-UI-Fix/issues/218#issuecomment-983622813
This commit is contained in:
alstjr7375 2021-12-02 09:07:50 +09:00
parent 8a8351de92
commit 07baed729e

View file

@ -98,14 +98,6 @@
: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 {