diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index b7c7f4b7..b5ff42bc 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -331,3 +331,9 @@ | |||
331 | overflow: hidden; | 331 | overflow: hidden; |
332 | color: white; | 332 | color: white; |
333 | } | 333 | } |
334 | |||
335 | .montage-popup-modal-mask | ||
336 | { | ||
337 | opacity: 1; | ||
338 | background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); | ||
339 | } \ No newline at end of file | ||