From 68224e7e4e66cf44eadca9490bc8bae5a27b4241 Mon Sep 17 00:00:00 2001 From: Blake Kaplan Date: Mon, 8 Jul 2013 11:04:09 -0400 Subject: [PATCH] Backout patch for bug 887950 in favor of the compatibility hack that landed. --- toolkit/themes/osx/global/global.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/toolkit/themes/osx/global/global.css b/toolkit/themes/osx/global/global.css index da191662bfaa..30f89de3821e 100644 --- a/toolkit/themes/osx/global/global.css +++ b/toolkit/themes/osx/global/global.css @@ -10,8 +10,6 @@ /* ::::: XBL bindings ::::: */ -@namespace xbl "http://www.mozilla.org/xbl"; - menulist > menupopup, .menulist-menupopup { -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars"); @@ -282,7 +280,7 @@ notification > button:active:hover:-moz-focusring { box-shadow: @focusRingShadow@, @roundButtonPressedShadow@; } -notification > button > .button-box > xbl|children > .button-text { +notification > button > .button-box > .button-text { margin: 0 !important; }