mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
feat(ui/datatables): add styles for nested tables [EE-3687] (#7440)
* feat(ui/datatables): add styles for nested tables
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.secondary-heading {
|
||||
background-color: var(--bg-app-datatable-thead) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.secondary-body {
|
||||
background-color: var(--bg-app-datatable-tbody);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.datatable-wide {
|
||||
|
||||
Reference in New Issue
Block a user