Hi there,
I want to change the background color of the delete icon.
When I do it like this, the whole button including the icon is black:
.mbfp-posts .mbfp-table__delete {
background: #00000 url(trash.svg) no-repeat center;
}
I want the trash.svg icon to stay white.
How to do that?