1
0
Fork 0
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:
Richard Wei 2021-09-21 19:29:25 +12:00 committed by GitHub
parent 5316cca3de
commit f10e0e4124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -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 {