.pimcore_tag_image_empty {
    min-height: 150px !important;
}

/* support for placeholders */
.pimcore_tag_markdown[contenteditable=true][data-placeholder]:empty:before {
    cursor: text; /* For chrome */
    content: attr(data-placeholder);
    display: block; /* For firefox */
    color:#BABABA;
}

/* text fields: hover, focus, ... states */
.pimcore_tag_markdown {
    outline:0 auto;
    overflow-y: visible;
    width: 100% !important;
}

.pimcore_tag_markdown.empty {
    box-shadow: 0 0 5px 2px #E8E8E8;
}

.pimcore_tag_markdown:hover {
    box-shadow: 0 0 5px 2px #BABABA;
}

.pimcore_tag_markdown:focus {
    box-shadow: none;
}













/* support for placeholders */
.pimcore_tag_cmslink[contenteditable=true][data-placeholder]:empty:before {
    cursor: text; /* For chrome */
    content: attr(data-placeholder);
    display: block; /* For firefox */
    color:#BABABA;
}

/* text fields: hover, focus, ... states */
.pimcore_tag_cmslink {
    outline:0 auto;
    overflow-y: visible;
    width: 100% !important;
}

.pimcore_tag_cmslink.empty {
    box-shadow: 0 0 5px 2px #E8E8E8;
}

.pimcore_tag_cmslink:hover {
    box-shadow: 0 0 5px 2px #BABABA;
}

.pimcore_tag_cmslink:focus {
    box-shadow: none;
}