我正在使用jQuery tablesorter。我想用自己的箭头图像替换默认箭头图像。我添加了
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
background-image: url( My image );
border-bottom: #000 5px solid;
}
这里我尝试使用边框为5px。但是这种变化并没有反映在我的UI中。请帮我。
预先感谢任何建议。