/**
 * Hides the "Clear cached thumbnails" checkbox
 */
#ccm-dashboard-content form .form-check-label[for='thumbnails'] {
    display: none !important;
}
#ccm-dashboard-content form #thumbnails[name='thumbnails'] {
     display: none !important;
 }

/* Smaller File-Upload Icon */
.ccm-file-upload-container .dz-default .dz-button span {
    width: 250px;
}

/**
 * Show full text for formats. e.g. «Überschrift 2»
 */
.cke_combo_text {
    width: 72px !important;
}

/**
 * Make Image-Editor Icons visible
 */

.ccm-panel-open .tui-image-editor-container .tui-image-editor-help-menu {
    background-color: hsla(0,0%,100%,.08);
}

.ccm-panel-open div.ccm-ui .tui-image-editor-item svg {
    fill: whitesmoke;
    stroke: whitesmoke;
}

.ccm-panel-open .tui-image-editor-container .tui-image-editor-menu > .tui-image-editor-item {
    background-color: hsla(0,0%,100%,.08);
}


