From 22d915c49252f6b8f6001fbd7f2ca9c00f17ae58 Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Thu, 4 Jan 2024 17:18:09 +0100 Subject: [PATCH] corretto bug css per loader --- css/custom1_4.3.css | 4 ++-- css/custom2_4.3.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/custom1_4.3.css b/css/custom1_4.3.css index 4d5c03d..285b5f1 100644 --- a/css/custom1_4.3.css +++ b/css/custom1_4.3.css @@ -296,7 +296,7 @@ li::marker { .modal-busy { position: fixed; - z-index: 999; + z-index: 1030; height: 100%; width: 100%; top: 0; @@ -307,7 +307,7 @@ li::marker { -moz-opacity: 0.8; } .center-busy { - z-index: 1000; + z-index: 1040; margin: 300px auto; padding: 0px; width: 130px; diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css index 3ee782a..71d8cfc 100644 --- a/css/custom2_4.3.css +++ b/css/custom2_4.3.css @@ -299,7 +299,7 @@ li::marker { .modal-busy { position: fixed; - z-index: 999; + z-index: 1030; height: 100%; width: 100%; top: 0; @@ -310,7 +310,7 @@ li::marker { -moz-opacity: 0.8; } .center-busy { - z-index: 1000; + z-index: 1040; margin: 300px auto; padding: 0px; width: 130px;