Files
Grinch-AP/WebHost/static/static.css
2020-06-28 09:28:13 +02:00

16 lines
299 B
CSS

table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
padding: 1px;
}
.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
content: "" !important;
}
th {
padding: 1px !important;
}
table {
width: 100% !important;
}