holly-packages
Version:
Packages for Holly app.
25 lines (21 loc) • 587 B
CSS
/*
* Replace Glyphicons to Font-Awesome.
*/
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 {
font-family: 'FontAwesome';
}
table.dataTable thead .sorting:after {
content: "\f0dc"; /* fa-sort */
}
table.dataTable thead .sorting_asc:after {
content: "\f0de"; /* fa-sort-asc */
color: #08147D;
}
table.dataTable thead .sorting_desc:after {
content: "\f0dd"; /* fa-sort-desc */
color: #08147D;
}