From 15eb9623ecede9dd008bf55c5b7a93a610c22432 Mon Sep 17 00:00:00 2001 From: Robert Isoski Date: Wed, 23 Jan 2019 19:21:00 +0100 Subject: [PATCH] Update admin.css Centering the toolbar. --- plugins/summernote/css/admin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}