默认情况下,Twitter Bootstrap
类.table-hover
的表使用样式:
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
是否可以执行以下操作:
.table-hover > tbody > tr:hover > td:first-child {
background-color: inherit !important;
}
td
只会更改tr
的{{1}} {?}}
答案 0 :(得分:0)