for 1.0.10 open topic.js
'<img src="' + images_url + '/split_' + (curSection === "selected" ? "de" : "") + 'select.png" alt="' + (curSection === "selected" ? "<-" : "->") + '" />' +
'<i class="fa fa-2x fa-arrow-circle-o-' + (curSection === "selected" ? "left" : "right") + '" alt="' + (curSection === "selected" ? "<-" : "->") + '"></i>' +
now your arrows should be the same