CSS Property:
outline-style:

Result:
CSS Code:
div {
    border:2px solid green;
outline-color:red;
outline-style:none;
}
Click the property values above to see the result
W3Schools.com - Play it