Alter the "skin/common_files/js/editor_common.js" template, replace:
Code:
var borderStyle = remove ? "0px none" : "1px solid black";
with e.g.:
Code:
var borderStyle = remove ? "0px none" : "1px solid red";
The code is located in the
markTemplate function.