style ckeditor

This commit is contained in:
Frédéric Péters 2018-11-17 18:16:27 +01:00
parent 55ed54ea57
commit 25ea50f97d
1 changed files with 47 additions and 0 deletions

View File

@ -1209,6 +1209,53 @@ div.section {
color: #444;
}
div.cke { // adaptations to ckeditor style
box-shadow: none;
.cke_top, .cke_bottom {
background: #eee;
}
a.cke_button, span.cke_combo a.cke_combo_button {
background: white;
&:hover {
background: #eee;
}
}
a.cke_button.cke_button_on, span.cke_combo.cke_combo_on a.cke_combo_button {
background: #ccc;
box-shadow: none;
}
.cke_toolgroup {
background: white;
}
}
div.cke_reset_all .cke_dialog .cke_dialog_body {
* {
font-family: $font-family;
}
.cke_dialog_title {
background: white;
}
input.cke_dialog_ui_input_text, input.cke_dialog_ui_input_password, textarea.cke_dialog_ui_input_textarea {
box-shadow: none;
}
.cke_dialog_footer {
border: none;
background: white;
a.cke_dialog_ui_button {
@extend %button;
box-shadow: none;
&:active, &:hover {
box-shadow: none;
padding: 5px 15px;
span {
padding: 0 12px;
text-shadow: none;
}
}
}
}
}
@import 'grid';
@import 'jqueryui';