You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/25 17:38:08 UTC

[royale-asjs] branch develop updated: Fixes #1140

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 <yi...@hotmail.com>
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;