new dist
This commit is contained in:
dist
10
dist/jqueryui-editable/css/jqueryui-editable.css
vendored
10
dist/jqueryui-editable/css/jqueryui-editable.css
vendored
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user