【发布时间】:2017-12-04 17:43:44
【问题描述】:
我正在使用DataTables,我需要将排序箭头的颜色从默认(紫色)更改为其他颜色。我正在尝试的代码是更改整个标题行的颜色,而我只需要图标。是否还有其他课程,因为下面的代码对我没有帮助。
CSS
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
color : yellow;
}
谢谢
【问题讨论】:
标签: html css datatables