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/windows/global/toolbar.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'toolkit/themes/windows/global') diff --git a/toolkit/themes/windows/global/toolbar.css b/toolkit/themes/windows/global/toolbar.css index dcd8d361f..38c8a617a 100644 --- a/toolkit/themes/windows/global/toolbar.css +++ b/toolkit/themes/windows/global/toolbar.css @@ -37,7 +37,8 @@ toolbar:first-child, menubar { } /* ::::: lightweight theme ::::: */ - + +%ifdef MOZ_AUSTRALIS menubar:-moz-lwtheme, toolbox:-moz-lwtheme, toolbar:-moz-lwtheme { @@ -45,6 +46,15 @@ toolbar:-moz-lwtheme { background: none; border-color: transparent; } +%else +menubar:-moz-lwtheme, +toolbox:-moz-lwtheme, +toolbar:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} +%endif /* ::::: toolbar decorations ::::: */ -- cgit v1.2.3