From 97764984e17773a67c505e24863e86e6abf11fa7 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 9 Feb 2017 11:52:49 +0530 Subject: [PATCH] [style] use text color for summernote editor --- frappe/public/css/desk.css | 3 +++ frappe/public/less/desk.less | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/frappe/public/css/desk.css b/frappe/public/css/desk.css index 187778c30d..601ff6597a 100644 --- a/frappe/public/css/desk.css +++ b/frappe/public/css/desk.css @@ -662,3 +662,6 @@ fieldset[disabled] .form-control { max-height: 300px; overflow: scroll; } +.note-editor.note-frame .note-editing-area .note-editable { + color: #36414C; +} diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index 478ffcf7fc..dfe917f2a1 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -529,4 +529,8 @@ textarea.form-control { max-height: 300px; overflow: scroll; } +} + +.note-editor.note-frame .note-editing-area .note-editable { + color: @text-color; } \ No newline at end of file