This question has been answered by m.engel. See the first response.
<a id="ext-gen347" class="x-superboxselect-item-close" href="#" tabindex="0"></a>
<button class="x-superboxselect-item-close" tabindex="0" id="ext-gen347"></button>
<?php
$modx->regClientCSS("<style>
.x-superboxselect ul li.x-superboxselect-item .x-superboxselect-item-close {
min-width: 0;
background: transparent;
}
</style>");We added some css script for shrinking the buttons back. With an small Plugin:
min-width:0;background:transparent;margin-top:0;