datatables for category table views

This commit is contained in:
Jörg Henke
2022-07-06 08:44:39 +02:00
parent d3a2b11f86
commit 206dc73d0e
3 changed files with 61 additions and 8 deletions

View File

@ -222,4 +222,9 @@ body {
border-radius: 8px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.tab-pane-table {
background-color: white;
padding: 8px;
}