Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 15401adfc..668e0c902 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -13,7 +13,9 @@ div.ProseMirror {
outline: none;
&[contenteditable=true],
- &[contenteditable=false] {
+ &[contenteditable=false],
+ [contenteditable=true],
+ [contenteditable=false] {
border: none !important;
width: 100%;
background-color: transparent;