From 820a5eb8a7b00225d7ce70becd901920ee1c4b20 Mon Sep 17 00:00:00 2001 From: SpockFan02 Date: Mon, 30 Mar 2020 01:13:06 -0700 Subject: [PATCH] [Pale-Moon] Issue #1748 - Remove Windows rule from osx CSS This resolves #1748. --- application/palemoon/themes/osx/browser.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index 20e453d11c..68365162c4 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -96,10 +96,6 @@ -moz-appearance: -moz-window-button-box; } -#main-window[sizemode="maximized"] #titlebar-buttonbox { - -moz-appearance: -moz-window-button-box-maximized; -} - .titlebar-placeholder[type="appmenu-button"] { margin-left: 4px; }