File: D:/HostingSpaces/RMourik/bassol.nl/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-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
background-image: linear-gradient(top, #ffffff, #e4e4e4);
&:hover,
&:focus {
/* autoprefixer: off */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
background-image: linear-gradient(top, #f2f2f2, #ccc);
}
}
// 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;
}