calendario completamente fucnional

This commit is contained in:
2025-11-14 01:23:50 +01:00
parent 3ca5f1b29f
commit 233c8fefbf
2 changed files with 13 additions and 6 deletions
+10 -6
View File
@@ -298,10 +298,11 @@ body, input, select, textarea
right: 583px; right: 583px;
bottom: 0; bottom: 0;
overflow: hidden; overflow: hidden;
background: #ffffff; background: rgba(0, 0, 0, 0);
display: none; display: none;
z-index: 10; z-index: 10;
cursor: default; cursor: default;
pointer-events: none;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
@@ -1202,10 +1203,11 @@ input.non_editable
border-right: 1px solid; border-right: 1px solid;
border-right-color: #c0c0c0; border-right-color: #c0c0c0;
width: 224px; width: 224px;
background: #ffffff; background: rgba(0, 0, 0, 0);
display: none; display: none;
z-index: 10; z-index: 10;
cursor: default; cursor: default;
pointer-events: none;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
@@ -1220,11 +1222,12 @@ input.non_editable
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
overflow: hidden; overflow: hidden;
background: #ffffff; background: rgba(0, 0, 0, 0);
opacity: 0.8; opacity: 1;
display: none; display: none;
z-index: 22; z-index: 22;
cursor: default; cursor: default;
pointer-events: none;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
@@ -2203,15 +2206,16 @@ body
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
overflow: visible; overflow: visible;
background: #ffffff; background: rgba(0, 0, 0, 0);
display: none; display: none;
opacity: 0.8; opacity: 1;
z-index: 99; z-index: 99;
cursor:default; cursor:default;
user-select: none; user-select: none;
-webkit-user-select:none; -webkit-user-select:none;
-moz-user-select: -moz-none; -moz-user-select: -moz-none;
pointer-events: none;
} }
#CAEvent .saveLoader #CAEvent .saveLoader
+3
View File
@@ -25,6 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
return; return;
} }
var $ = win.jQuery; var $ = win.jQuery;
if ($.fx && $.fx.off !== true) {
$.fx.off = true;
}
if ($.fn._noAnimationPatch) { if ($.fn._noAnimationPatch) {
return; return;
} }