如何设置 jeditable 生成的按钮样式?我正在为 textarea 设置样式,例如..
.dynform textarea {
width:450px;
max-width: 2450px;
height:200px;
}
其中 .dynform 是 jeditable 的 cssclass 参数。
但是按钮样式似乎没有生效。
.dynform input[type=button] {
border: 1px solid #dddddd; background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #38385c;
}