1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00
portainer/app/kubernetes/components/datatables/applications-datatable/applicationsDatatable.css

11 lines
193 B
CSS

.secondary-heading {
background-color: var(--bg-app-datatable-thead) !important;
}
.secondary-body {
background-color: var(--bg-app-datatable-tbody);
}
.datatable-wide {
width: 55px;
}