diff --git a/ghost/admin/assets/sass/modules/global.scss b/ghost/admin/assets/sass/modules/global.scss index 1555376d6f..7f792accc7 100644 --- a/ghost/admin/assets/sass/modules/global.scss +++ b/ghost/admin/assets/sass/modules/global.scss @@ -947,7 +947,6 @@ body.blur > *:not(#modal-container) { -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); - filter: blur(2px); @include transform(translateZ(0)); } @@ -956,12 +955,12 @@ body.blur > *:not(#modal-container) { @include box-sizing(border-box); max-height: 90%; width: 450px; - padding: 0px; - background: #FFFFFF; - border: 6px solid rgba(0,0,0,0.5); + padding: 0; + background: #fff; border-radius: $rounded; overflow:auto; z-index: 1001; + box-shadow: rgba(0,0,0,0.2) 0 0 0 6px; &.fade { opacity: 0; @@ -1028,6 +1027,7 @@ body.blur > *:not(#modal-container) { .modal-content { padding: 0 20px; + min-height: 100px; } .modal-footer {