Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Two sorting icons - bootstrap

$
0
0

I have two sorting icons showing up. Both are from dataTables.bootstrap.min.css

table.dataTable thead .sorting:after {
opacity: 0.2;
content: "\e150";
}
AND
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
position: absolute;
bottom: 8px;
right: 8px;
display: block;
font-family: 'Glyphicons Halflings';
opacity: 0.5;
}

How do i handle this? Edit the CSS?


Viewing all articles
Browse latest Browse all 2364

Trending Articles