Remove border from toolbar 3dots menu-button

This commit is contained in:
Hadi Nategh 2022-08-04 12:37:45 +02:00
parent 797600f899
commit fd8f6c2f07

View File

@ -2854,7 +2854,10 @@ div.et2_toolbar.ui-widget-header {
align-items: end;
padding-top: 5px;
}
.et2_toolbar .et2_toolbar_more .ui-toolbar-menulistHeader.list_header-short {
border: none;
background-color: transparent;
}
.et2_toolbar details[open].et2_toolbar_more .ui-toolbar-menulistHeader.list_header-short {
background-image: url(images/arrow_down.svg);
background-size: 12px;