[contentEditable="true"] {
    border: 1px solid #0e6dcd;
    outline: none;
    caret-color: #0e6dcd;
}

[contentEditable="false"] {
    border: 1px dashed #0e6dcd;
    border-color: rgba(14, 110, 205, .65) !important;
    outline: none;
}

[contentEditable="false"]:hover {
    border-color: rgba(14, 110, 205, 1) !important;
}