mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02: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:
parent
92b7e64689
commit
c1a4856e9d
9 changed files with 39 additions and 49 deletions
|
@ -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 {
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- data table content -->
|
||||
<div class="table-responsive">
|
||||
<div class="inner-datatable">
|
||||
<table class="table table-hover table-filters nowrap-cells" data-cy="k8sApp-appTable">
|
||||
<thead ng-class="{ 'secondary-heading': !$ctrl.isPrimary }">
|
||||
<tr role="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue