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 9cbe712  Fixes #1140. Last fix wasn't really working...
9cbe712 is described below

commit 9cbe7126933542ad9b95f2c3318478c2483e2383
Author: Yishay Weiss <yishayj...@hotmail.com>
AuthorDate: Mon Jul 26 11:42:48 2021 +0300

    Fixes #1140. Last fix wasn't really working...
---
 .../projects/MXRoyale/src/main/resources/defaults.css       | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 735fb08..bd38497 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -493,15 +493,14 @@ PanelTitleBar
 
 pop|PopUpManagerModal
 {
-       background-color: #E2E2E2;
+       -webkit-backdrop-filter: blur(1px);
+       backdrop-filter: blur(1px);
+       background: rgba(226, 226, 226, 0.2);
+       height: 100%;
+       left: 0;
        position: fixed;
-       -webkit-backdrop-filter: blur(10px);
-       backdrop-filter: blur(10px);
-       opacity: 0.2;
-       top: 0px;
-       left: 0px;
+       top: 0;
        width: 100%;
-       height: 100%;
 }
 
 TabNavigator

Reply via email to