2020-06-24 09:44:56 +02:00
|
|
|
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
|
2020-06-25 03:42:05 +02:00
|
|
|
padding: 1px;
|
2020-06-24 09:44:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dataTable > thead > tr > th[class*="sort"]:before,
|
|
|
|
|
.dataTable > thead > tr > th[class*="sort"]:after {
|
|
|
|
|
content: "" !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-25 03:42:05 +02:00
|
|
|
th {
|
2020-06-24 09:44:56 +02:00
|
|
|
padding: 1px !important;
|
|
|
|
|
}
|