This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 54ff621  Fixes #1140
     new 8941ca6  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
54ff621 is described below

commit 54ff6212a3050fb43e602fdc8c731bead1bef381
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Jul 25 20:37:34 2021 +0300

    Fixes #1140
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 2e23507..735fb08 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -495,6 +495,8 @@ pop|PopUpManagerModal
 {
        background-color: #E2E2E2;
        position: fixed;
+       -webkit-backdrop-filter: blur(10px);
+       backdrop-filter: blur(10px);
        opacity: 0.2;
        top: 0px;
        left: 0px;

Reply via email to