mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
11 lines
193 B
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;
|
|
}
|