mirror of https://github.com/portainer/portainer
fix(environments): show kubeconfig env list in dark mode (#6156)
parent
aa7d7845c1
commit
d2fe76368a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue