diff --git a/static/css/form-editor.css b/static/css/form-editor.css index 356ab3b..390fb06 100644 --- a/static/css/form-editor.css +++ b/static/css/form-editor.css @@ -297,6 +297,7 @@ hr { background: #e5e2e2; border-radius: 5px; display: none; + box-shadow: 0px 1px 5px 1px #858585; } @@ -313,18 +314,11 @@ hr { .close-modal{ font-family: sans-serif; - font-weight: 400; font-size: 30px; color: black; } -.close-modal:hover { - - color: grey; - -} - .modal-tabs{ width: 200px; @@ -469,4 +463,18 @@ hr { content: "*"; color: red; +} + +.bgblurred{ + + width: 100%; + height: 100%; + z-index: 125; + backdrop-filter: blur(3px); + -webkit-backdrop-filter: blur(3px); + position: fixed; + top: 0; + left: 0; + display: none; + } \ No newline at end of file