mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix application table background not working with dark mode (#5617)
This commit is contained in:
parent
5316cca3de
commit
f10e0e4124
2 changed files with 8 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue