1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Fixed: Remove bold styling when using JUI as it looks out of place in the table controls

This commit is contained in:
Allan Jardine 2010-11-04 18:16:58 +00:00
parent 946eefe054
commit 78adcf35b3

View File

@ -70,6 +70,10 @@ table.display thead th {
* cursor: hand;
}
div.dataTables_wrapper .ui-widget-header {
font-weight: normal;
}
/*
* Sort arrow icon positioning