From 8a8351de928c95ed482955f989ba48eba4f20ba4 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 1 Dec 2021 13:41:30 +0900 Subject: [PATCH] Fix: Windows7, 8 titlebar button appearance #218 I'am not sure as it's not reproducible. --- userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userChrome.css b/userChrome.css index 8262df2..0320b0b 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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 {