.editor-box:hover{
    border: 1px solid red;
}

.editor-box {
    border: 1px dashed red;
    cursor: hand;
    cursor: pointer;
}

.wrapper {
    text-decoration: none;
    color: inherit;
}

.editable {
    min-width:400px;
    width: 100%;
}

.editable > button {
  color : #F00
}
