mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
16 lines
299 B
CSS
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;
|
|
} |