This commit is contained in:
vitalets
2013-06-23 17:40:34 +04:00
parent 1e05597d40
commit 9136f8d34a
11 changed files with 1838 additions and 861 deletions

@ -1,4 +1,4 @@
/*! X-editable - v1.4.4
/*! X-editable - v1.4.5
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
@ -184,6 +184,14 @@ a.editable-click.editable-disabled:hover {
/* content: '*'*/
}
.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;
}
/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{