您的位置:首页 > Web前端 > JQuery

jQuery插件——x-editable表单字段实时编辑)——class样式

2015-08-29 00:00 691 查看
摘要: jQuery插件——x-editable表单字段实时编辑)——

参见官网:http://vitalets.github.io/x-editable/docs.html#editable

How to customize editable element style?

Overwrite css classes, e.g.

a.editable-click {
color: green;
border-color: green;
}
a.editable-click.editable-disabled {
color: black;
border-bottom: none;
}
a.editable-empty
color: gray;
font-style: italic;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: