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/linux/global/toolbar.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'toolkit/themes/linux') diff --git a/toolkit/themes/linux/global/toolbar.css b/toolkit/themes/linux/global/toolbar.css index f17fea12f..1d52aeb8f 100644 --- a/toolkit/themes/linux/global/toolbar.css +++ b/toolkit/themes/linux/global/toolbar.css @@ -31,11 +31,21 @@ menubar, toolbar[type="menubar"] { padding: 1px 0px; } + +%ifdef MOZ_AUSTRALIS +menubar:-moz-lwtheme, +toolbar:-moz-lwtheme { + -moz-appearance: none; + color: inherit; +} +%else menubar:-moz-lwtheme, toolbar:-moz-lwtheme { -moz-appearance: none; color: inherit; + border-style: none; } +%endif /* in browser.xul, the menubar is inside a toolbar... */ toolbaritem > menubar { -- cgit v1.2.3