删除评论后,我在 jquery.ui.theme.css 文件中注意到以下类...
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc;
color: #222222;
font-weight: bold;
}
现在我注意到这个类名:
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6;
font-weight: normal;
color: #555555;
}
.ui-widget-header .ui-state-default 将如何实现?如果 ui-state-default 都实现了,它们会覆盖 ui-widget-header 吗?