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
This commit is contained in:
Jared Wein 2016-04-21 14:58:00 +02:00
Родитель fe18320467
Коммит 19272d52cb
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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;
}