additional_plugins/serendipity_event_ckeditor/cke_olds9y.css
Ian 8bef0db972 cke plugin 5.7.0
This will try to internally downgrade to 4.5.7.0 to follow versioning of CKEditor, which gets relevant with upcoming major upgrades.
2016-03-12 17:01:36 +01:00

38 lines
566 B
CSS

/* CKE plugin backend old styles start */
.msg_error,
.msg_success,
.msg_notice,
.msg_dialogue {
display:block;
margin: 1.5em 0;
padding: 10px;
}
.msg_error {
background: #f2dede;
border: 1px solid #e4b9b9;
color: #b94a48;
}
.msg_success {
background: #dff0d8;
border: 1px solid #c1e2b3;
color: #468847;
}
.msg_notice {
background: #fcf8e3;
border: 1px solid #f7ecb5;
color: #c09853;
}
.msg_dialogue {
background: #eee;
border: 1px solid #aaa;
color: #777;
}
/* CKE plugin backend old styles end */