Is it possible to change the color of the carriage inside the editable content.
The color of the cursor is always the same as the color of the text, red in my case. So my question is, is there a way to change the color of the carriage to black? e.g. caret-color:black HTML:
<div class="red" contenteditable="true"> hello </div>
CSS
.red{ color:red; }
Check this link
source share