Jquery UI theme.css有
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #45930b;
background: #4ca20b url("images/ui-bg_highlight-soft_60_4ca20b_1x100.png") 50% 50% repeat-x;
font-weight: normal;
color: #ffffff;
}
对于超过10行的textArea,背景图像无法覆盖整个textArea,因此某些文本(颜色:#ffffff)与背景颜色相同,变得不可见。
如果我改变repeat-x重复,背景看起来不太好。任何简单的修复? 感谢。