1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(environments): show kubeconfig env list in dark mode (#6156)

This commit is contained in:
Chaim Lev-Ari 2021-12-01 02:58:55 +02:00 committed by GitHub
parent aa7d7845c1
commit d2fe76368a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -459,6 +459,11 @@ a[ng-click] {
border-radius: 4px;
}
:root[theme='dark'] .bootbox-checkbox-list,
:root[theme='highcontrast'] .bootbox-checkbox-list {
background-color: var(--black-color);
}
.small-select {
display: inline-block;
padding: 0px 6px;