Improve WYSIWYG editor modal style

This commit is contained in:
Matt Baer 2021-03-03 16:41:21 -05:00
parent 8a8288d2af
commit 1abc9b643f
1 changed files with 5 additions and 5 deletions

View File

@ -300,17 +300,17 @@ li.ProseMirror-selectednode:after {
.ProseMirror-prompt { .ProseMirror-prompt {
background: white; background: white;
padding: 5px 10px 5px 15px; padding: 1em;
border: 1px solid silver; border: 1px solid silver;
position: fixed; position: fixed;
border-radius: 3px; border-radius: 0.25em;
z-index: 11; z-index: 11;
box-shadow: -.5px 2px 5px rgba(0, 0, 0, .2); box-shadow: -.5px 2px 5px rgba(0, 0, 0, .2);
} }
.ProseMirror-prompt h5 { .ProseMirror-prompt h5 {
margin: 0; margin: 0 0 0.75em;
font-weight: normal; font-family: @sansFont;
font-size: 100%; font-size: 100%;
color: #444; color: #444;
} }
@ -323,7 +323,7 @@ li.ProseMirror-selectednode:after {
} }
.ProseMirror-prompt input[type="text"] { .ProseMirror-prompt input[type="text"] {
padding: 0 4px; margin: 0.25em 0;
} }
.ProseMirror-prompt-close { .ProseMirror-prompt-close {