From ce835c1c5cc59b61af76061e45fb22dc6ff6d391 Mon Sep 17 00:00:00 2001 From: Brian Grinstead Date: Tue, 23 Dec 2014 08:41:21 -0800 Subject: [PATCH] Bug 1107498 - Use moz-appearance: none for TabsToolbar for devedition in linux to make sure customized tab bars fully match the theme;r=Gijs --- browser/themes/linux/devedition.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/browser/themes/linux/devedition.css b/browser/themes/linux/devedition.css index ac3962005a79..821f7beaadfe 100644 --- a/browser/themes/linux/devedition.css +++ b/browser/themes/linux/devedition.css @@ -8,9 +8,10 @@ background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 80, 16, 64); } -/* The menubar should match the dark theme */ +/* The menubar and tabs toolbar should match the devedition theme */ +#TabsToolbar, #toolbar-menubar { - -moz-appearance: none; + -moz-appearance: none !important; } #main-menubar { color: var(--chrome-color);