calendario completamente fucnional
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -25,6 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
return;
|
||||
}
|
||||
var $ = win.jQuery;
|
||||
if ($.fx && $.fx.off !== true) {
|
||||
$.fx.off = true;
|
||||
}
|
||||
if ($.fn._noAnimationPatch) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user