From dd1b23a2a330763e2059bcb0575fbc72d965b53c Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Fri, 6 Mar 2015 14:44:38 -0500 Subject: [PATCH] Bug 976722 - Use -moz-appearance:toolbox on Mac so that sheets attach in the right place. r=dao --- toolkit/themes/osx/global/toolbar.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toolkit/themes/osx/global/toolbar.css b/toolkit/themes/osx/global/toolbar.css index 38614fb89857..820436f142c5 100644 --- a/toolkit/themes/osx/global/toolbar.css +++ b/toolkit/themes/osx/global/toolbar.css @@ -4,6 +4,12 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +toolbox { + /* Setting -moz-appearance:toolbox causes sheets to attach under the + * toolbox and has no other effects. It doesn't render anything. */ + -moz-appearance: toolbox; +} + toolbar { min-width: 1px; min-height: 20px;