From 1a81831470463997b811d812f2967bacb8e9c0c7 Mon Sep 17 00:00:00 2001 From: Nihanth Subramanya Date: Tue, 23 Feb 2016 15:27:55 -0800 Subject: [PATCH] Bug 1218193 - Fix tab strip background colour on OS X. r=aleth --- im/themes/tabbrowser-pinstripe/tabbrowser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im/themes/tabbrowser-pinstripe/tabbrowser.css b/im/themes/tabbrowser-pinstripe/tabbrowser.css index 76c5094e32..291545039b 100644 --- a/im/themes/tabbrowser-pinstripe/tabbrowser.css +++ b/im/themes/tabbrowser-pinstripe/tabbrowser.css @@ -208,7 +208,7 @@ statusbarpanel#statusbar-display { } .tabbrowser-strip { - -moz-appearance: -moz-mac-unified-toolbar; + -moz-appearance: toolbar; height: 26px; background-repeat: repeat-x; }