autoversion css

This commit is contained in:
Fabian Dill
2020-06-25 03:42:05 +02:00
parent 161abbe874
commit f489f5f6c5
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
padding-right: 0;
padding: 1px;
}
.dataTable > thead > tr > th[class*="sort"]:before,
@@ -7,6 +7,6 @@ table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
content: "" !important;
}
table.dataTable.table-sm > thead > tr > th {
th {
padding: 1px !important;
}