new dist
This commit is contained in:
dist
bootstrap-editable
jquery-editable
jqueryui-editable
10
dist/jquery-editable/css/jquery-editable.css
vendored
10
dist/jquery-editable/css/jquery-editable.css
vendored
@ -185,11 +185,11 @@ a.editable-click.editable-disabled:hover {
|
||||
}
|
||||
|
||||
.editable-bg-transition {
|
||||
-webkit-transition: background-color 1400ms ease-in;
|
||||
-moz-transition: background-color 1400ms ease-in;
|
||||
-o-transition: background-color 1400ms ease-in;
|
||||
-ms-transition: background-color 1400ms ease-in;
|
||||
transition: background-color 1400ms ease-in;
|
||||
-webkit-transition: background-color 1400ms ease-out;
|
||||
-moz-transition: background-color 1400ms ease-out;
|
||||
-o-transition: background-color 1400ms ease-out;
|
||||
-ms-transition: background-color 1400ms ease-out;
|
||||
transition: background-color 1400ms ease-out;
|
||||
}
|
||||
|
||||
/*see https://github.com/vitalets/x-editable/issues/139 */
|
||||
|
@ -1817,7 +1817,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
|
||||
$e.addClass('editable-bg-transition');
|
||||
setTimeout(function(){
|
||||
$e.removeClass('editable-bg-transition');
|
||||
}, 1500);
|
||||
}, 1700);
|
||||
}, 0);
|
||||
}
|
||||
|
||||
@ -4377,7 +4377,7 @@ $(function(){
|
||||
this.call('update', $content);
|
||||
this.call('show');
|
||||
|
||||
this.tip().addClass('editable-container');
|
||||
this.tip().addClass(this.containerClass);
|
||||
this.$form.data('editableform').input.activate();
|
||||
},
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user