Bug 1270495 - Only apply the margin-top to direct children of the widget-overflow-list, instead of also to children of combined toolbar items. r=gijs

MozReview-Commit-ID: 3QZuWOrGOQp
This commit is contained in:
Jared Wein 2016-05-05 12:19:00 -04:00
Родитель 5850210e29
Коммит a542edda98
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1067,8 +1067,8 @@ panelview .toolbarbutton-1,
}
panelview .toolbarbutton-1,
.widget-overflow-list .toolbarbutton-1:not(:first-child),
.widget-overflow-list .toolbaritem-combined-buttons:not(:first-child) {
.widget-overflow-list > .toolbarbutton-1:not(:first-child),
.widget-overflow-list > toolbaritem:not(:first-child) {
margin-top: 6px;
}