Skip to content

Commit

Permalink
feat(location): change backgroundColor when disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Even201314 committed Sep 15, 2017
1 parent 58f1ce2 commit 4d286e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/src/main/assets/richEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
color: #2F2F2F;
outline: none;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
background-color: #FFFFFF;
}

</style>
<body>
Expand Down

0 comments on commit 4d286e9

Please sign in to comment.