From 4d286e9ce773bd1ed32ddcaeffca97a77c6f1d81 Mon Sep 17 00:00:00 2001 From: Even201314 <1157689755@qq.com> Date: Fri, 15 Sep 2017 16:20:05 +0800 Subject: [PATCH] feat(location): change backgroundColor when disable --- library/src/main/assets/richEditor.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/src/main/assets/richEditor.html b/library/src/main/assets/richEditor.html index f6ae91e..e924bed 100644 --- a/library/src/main/assets/richEditor.html +++ b/library/src/main/assets/richEditor.html @@ -27,6 +27,9 @@ color: #2F2F2F; outline: none; } + .note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] { + background-color: #FFFFFF; + }