1
0
mirror of synced 2025-02-16 20:13:16 +03:00

copy style attr from original element. fixes #1476

This commit is contained in:
Igor Vaynberg 2013-07-03 22:42:14 -07:00
parent bed05df474
commit cdcdc98b55

View File

@ -678,6 +678,7 @@ the specific language governing permissions and limitations under the Apache Lic
syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);
this.container.attr("style", opts.element.attr("style"));
this.container.css(evaluate(opts.containerCss));
this.container.addClass(evaluate(opts.containerCssClass));