mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-29 04:50:30 +00:00
Datatable hide sorting value
This commit is contained in:
parent
428b917579
commit
db97869472
1 changed files with 4 additions and 0 deletions
|
|
@ -342,6 +342,10 @@ div.dataTables_wrapper div.dt-row {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper span.sorting-value {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.dataTables_scrollHead table.dataTable {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue