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

pull/6195/head
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
1 changed files with 5 additions and 0 deletions

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;