.content-editable-element {
    position: relative;
}

.content-editable-element.disabled:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}