HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/App_Themes/Default/CMSComponents/ckeditor.less
.cms-bootstrap {
    // Richcombo.css - dropdown list style issue in CK toolbar (bootstrap issue)
    .cke_combo_button {
        // Disable the autoprefixer - this will ensure keeping the vendor prefixes in the generated CSS
        /* autoprefixer: off */
        background: #fff none repeat scroll 0 0;
    }
    // END - Richcombo.css


    // Dialogs.css - padding (bootstrap issue)
    .cke_dialog {
        .cke_dialog_contents_body {
            padding: 17px 10px 5px;
        }

        .cke_dialog_ui_vbox_child {
            padding: 5px 0;
        }
    }
    // END - Dialogs.css
}


// CKEditor - Inline mode
.cke_textarea_inline {
    min-height: 100px;
}

.cke_editable:focus {
    outline: none;
}