portainer/app/react/components/datatables/InnerDatatable.css

9 lines
183 B
CSS

.inner-datatable {
@apply border border-solid rounded-md border-gray-5 th-dark:border-gray-9;
overflow: hidden;
}
.inner-datatable table thead {
border-top: none !important;
}