From 07baed729e372fd0e2e5620f3c2b912ece5954dd Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 2 Dec 2021 09:07:50 +0900 Subject: [PATCH] Revert "Fix: Windows7, 8 titlebar button appearance #218" This reverts commit 8a8351de928c95ed482955f989ba48eba4f20ba4. https://github.com/black7375/Firefox-UI-Fix/issues/218#issuecomment-983622813 --- userChrome.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/userChrome.css b/userChrome.css index 0320b0b..8262df2 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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 {