我正在使用Datatables,我想改变细胞的颜色。问题是一些td元素有"排序-1和#34; class属性,它的样式为"!important"。
如何覆盖此背景样式?
在Datatables生成的td和类之下;
.table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3{
background:#fbfcfd! important;
}
<td class="sorting_1">sample text</td>