diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 631717f..d3b7a39 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -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';