From e91682563ce7b58a8a59e600a74e3c55fb45eb98 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 21 Aug 2018 00:03:07 +0200 Subject: Fix toolbar styling in non-Australis toolkit themes This resolves #713 --- toolkit/themes/osx/global/toolbar.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'toolkit/themes/osx/global') diff --git a/toolkit/themes/osx/global/toolbar.css b/toolkit/themes/osx/global/toolbar.css index 820436f14..f07332d2f 100644 --- a/toolkit/themes/osx/global/toolbar.css +++ b/toolkit/themes/osx/global/toolbar.css @@ -16,12 +16,21 @@ toolbar { -moz-appearance: toolbar; } +%ifdef MOZ_AUSTRALIS menubar:-moz-lwtheme, toolbar:-moz-lwtheme { -moz-appearance: none; background: none; border-color: transparent; } +%else +menubar:-moz-lwtheme, +toolbar:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} +%endif menubar { -moz-appearance: dialog; /* For content menubars, "toolbar" is too dark, so we use "dialog". */ -- cgit v1.2.3