.footable.breakpoint > tbody > tr > td.expand {
    background: url('../images/plus.png') no-repeat 5px center;
    padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('../images/minus.png') no-repeat 5px center;
}