From 19272d52cb490f59dad7f4eb8fd5b5e9fae24ad0 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Thu, 21 Apr 2016 14:58:00 +0200 Subject: [PATCH] Bug 1242271 - The first item in the overflow panel doesn't need a margin-top as the panel has its own padding-top. r=gijs MozReview-Commit-ID: KGUTQhqJ2CO --- browser/themes/shared/customizableui/panelUIOverlay.inc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/themes/shared/customizableui/panelUIOverlay.inc.css b/browser/themes/shared/customizableui/panelUIOverlay.inc.css index d100712215c7..34bc7ede9a78 100644 --- a/browser/themes/shared/customizableui/panelUIOverlay.inc.css +++ b/browser/themes/shared/customizableui/panelUIOverlay.inc.css @@ -1057,7 +1057,8 @@ panelview .toolbarbutton-1, } panelview .toolbarbutton-1, -.widget-overflow-list .toolbarbutton-1 { +.widget-overflow-list .toolbarbutton-1:not(:first-child), +.widget-overflow-list .toolbaritem-combined-buttons:not(:first-child) { margin-top: 6px; }