From 2f39dac1a8934694369af532ab3221910429a8d7 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 16 Aug 2014 21:31:02 -0700 Subject: [PATCH] Only style #addon-bar when it's a child of #browser-bottombox. --- common/skin/dactyl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index cd2ebe3e..afdd3978 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -168,7 +168,7 @@ statusbarpanel { visibility: collapse; } -:-moz-any(#addon-bar, #dactyl-addon-bar) .toolbarbutton-1 > xul|dropmarker { +:-moz-any(#brower-bottombox > #addon-bar, #dactyl-addon-bar) .toolbarbutton-1 > xul|dropmarker { margin-left: 0 !important; margin-right: 0 !important; }