Bug 1555657 - Hide the toolbarbutton-menubutton-dropmarker in customize window. r=mkmelin

This commit is contained in:
Richard Marti 2019-05-30 14:20:21 +02:00
Родитель 884d6b2091
Коммит 9275899b81
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -37,3 +37,7 @@ toolbarpaletteitem > label {
.toolbarbutton-text {
display: none;
}
toolbarbutton > .toolbarbutton-menubutton-dropmarker {
display: none;
}