From 3ca5f1b29f44c5dc72bb12dcaacd9965757275ed Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Fri, 14 Nov 2025 01:05:05 +0100 Subject: [PATCH] fondo del modal de crear evento --- infcloud_config/css/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infcloud_config/css/default.css b/infcloud_config/css/default.css index 14e8156..9f67558 100644 --- a/infcloud_config/css/default.css +++ b/infcloud_config/css/default.css @@ -2613,9 +2613,8 @@ h3 position: fixed; width: 100%; height: 100%; - background-color: #f9f9f9; - opacity: 0.7; - filter: alpha(opacity=70); + background-color: rgba(249, 249, 249, 0.15); + opacity: 1; z-index: 99; top: 0px; left: 0px;