diff --git a/plugins/summernote/css/admin.css b/plugins/summernote/css/admin.css index 3162769..864a2bb 100644 --- a/plugins/summernote/css/admin.css +++ b/plugins/summernote/css/admin.css @@ -1,3 +1,4 @@ .note-editor, .note-editing-area{background-color:transparent !important;color:inherit !important} .note-editor.note-frame .note-editing-area .note-editable{color:inherit; background-color:transparent !important} -.note-editor.note-frame {border: 2px dashed #ccc} \ No newline at end of file +.note-editor.note-frame {border: 2px dashed #ccc} +.note-toolbar {text-align: center}