mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
fix application table background not working with dark mode (#5617)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.secondary-heading {
|
||||
background-color: #e7f6ff !important;
|
||||
background-color: var(--bg-app-datatable-thead) !important;
|
||||
}
|
||||
|
||||
.secondary-body {
|
||||
background-color: #f1f9fd;
|
||||
background-color: var(--bg-app-datatable-tbody);
|
||||
}
|
||||
|
||||
.datatable-wide {
|
||||
|
||||
Reference in New Issue
Block a user