From 233c8fefbfd8e5221e53e0e0ca5dd9fc83c04395 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Fri, 14 Nov 2025 01:23:50 +0100 Subject: [PATCH] calendario completamente fucnional --- infcloud_config/css/default.css | 16 ++++++++++------ infcloud_config/main.js | 3 +++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/infcloud_config/css/default.css b/infcloud_config/css/default.css index 9f67558..9ed49f6 100644 --- a/infcloud_config/css/default.css +++ b/infcloud_config/css/default.css @@ -298,10 +298,11 @@ body, input, select, textarea right: 583px; bottom: 0; overflow: hidden; - background: #ffffff; + background: rgba(0, 0, 0, 0); display: none; z-index: 10; cursor: default; + pointer-events: none; user-select: none; -webkit-user-select: none; @@ -1202,10 +1203,11 @@ input.non_editable border-right: 1px solid; border-right-color: #c0c0c0; width: 224px; - background: #ffffff; + background: rgba(0, 0, 0, 0); display: none; z-index: 10; cursor: default; + pointer-events: none; user-select: none; -webkit-user-select: none; @@ -1220,11 +1222,12 @@ input.non_editable right: 0px; bottom: 0px; overflow: hidden; - background: #ffffff; - opacity: 0.8; + background: rgba(0, 0, 0, 0); + opacity: 1; display: none; z-index: 22; cursor: default; + pointer-events: none; user-select: none; -webkit-user-select: none; @@ -2203,15 +2206,16 @@ body right: 0px; bottom: 0px; overflow: visible; - background: #ffffff; + background: rgba(0, 0, 0, 0); display: none; - opacity: 0.8; + opacity: 1; z-index: 99; cursor:default; user-select: none; -webkit-user-select:none; -moz-user-select: -moz-none; + pointer-events: none; } #CAEvent .saveLoader diff --git a/infcloud_config/main.js b/infcloud_config/main.js index 349d547..2f2c31b 100644 --- a/infcloud_config/main.js +++ b/infcloud_config/main.js @@ -25,6 +25,9 @@ along with this program. If not, see . return; } var $ = win.jQuery; + if ($.fx && $.fx.off !== true) { + $.fx.off = true; + } if ($.fn._noAnimationPatch) { return; }