.color-editor {
    height: 0;
    text-align: center;
}

    .color-editor .actionEdit {
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: none;
        position: absolute;
        z-index: 10000;
        background-image: url("Images/eip_edit.png");
        overflow: hidden;
        background-color: #fff;
        -ms-border-radius: 16px;
        border-radius: 16px;
    }

.bubble:hover .editContentContainer .color-editor .actionEdit {
    display: inline-block;
}

.color-editor .actionClear {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: none;
    position: absolute;
    z-index: 10000;
    background-image: url("Images/eip_edit.png");
    overflow: hidden;
    background-color: #fff;
    -ms-border-radius: 16px;
    border-radius: 16px;
    margin-top: 37px;
}

.bubble:hover .editContentContainer .color-editor .actionClear {
    display: inline-block;
}
