How can I edit the css for angularjs's xeditable.js elements like textfield, textarea etc? They are produced by xeditable.js and I am able to overwrite the default css.

有帮助吗?

解决方案

You can directly edit x-editable.css where you change the editable class

.editable-input.editable-has-buttons { width: 50px; }

http://jsfiddle.net/NfPcH/965/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top