From 9cbaa2b3dcb4030e11c49431f0fb1119ce6bf199 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Mon, 13 Mar 2023 23:59:28 +0700 Subject: [PATCH 1/2] Hide note status bar when not use --- lib/assets/summernote-lite-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/assets/summernote-lite-dark.css b/lib/assets/summernote-lite-dark.css index b1f00134..ca5487fe 100644 --- a/lib/assets/summernote-lite-dark.css +++ b/lib/assets/summernote-lite-dark.css @@ -2,7 +2,7 @@ background: #121212 !important; } .panel-heading, .note-toolbar, .note-statusbar { - background: #343434 !important; + display:none; } input, select, textarea, .CodeMirror, .note-editable, [class^="note-icon-"], .caseConverter-toggle, button > b, button > code, button > var, button > kbd, button > samp, button > small, button > ins, button > del, button > p, button > i { From 83440f67b11bf7fce7e9b73b747e5ce8ef575d61 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Tue, 14 Mar 2023 10:16:28 +0700 Subject: [PATCH 2/2] Hide note status bar when not use all project --- lib/assets/summernote-lite-dark.css | 2 +- lib/assets/summernote-lite.min.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/assets/summernote-lite-dark.css b/lib/assets/summernote-lite-dark.css index ca5487fe..353c63e4 100644 --- a/lib/assets/summernote-lite-dark.css +++ b/lib/assets/summernote-lite-dark.css @@ -2,7 +2,7 @@ background: #121212 !important; } .panel-heading, .note-toolbar, .note-statusbar { - display:none; + display: none; } input, select, textarea, .CodeMirror, .note-editable, [class^="note-icon-"], .caseConverter-toggle, button > b, button > code, button > var, button > kbd, button > samp, button > small, button > ins, button > del, button > p, button > i { diff --git a/lib/assets/summernote-lite.min.css b/lib/assets/summernote-lite.min.css index bd13985f..2975d8e9 100644 --- a/lib/assets/summernote-lite.min.css +++ b/lib/assets/summernote-lite.min.css @@ -1059,6 +1059,7 @@ a.note-dropdown-item,a.note-dropdown-item:hover { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top: 1px solid #ddd; + display: none; } .note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar { @@ -1066,16 +1067,19 @@ a.note-dropdown-item,a.note-dropdown-item:hover { height: 9px; width: 100%; cursor: ns-resize; + display: none; } .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar { width: 20px; margin: 1px auto; border-top: 1px solid #a9a9a9; + display: none; } .note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar { cursor: default; + display: none; } .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {