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:
parent
946eefe054
commit
78adcf35b3
@ -70,6 +70,10 @@ table.display thead th {
|
||||
* cursor: hand;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper .ui-widget-header {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Sort arrow icon positioning
|
||||
|
Loading…
Reference in New Issue
Block a user