mirror of https://github.com/portainer/portainer
fix(ui): fix components have unreadable text in dark mode EE-2417 (#6433)
* add styles to UsersSelector componentspull/6469/head
parent
b588d901cf
commit
48c2f127f8
@ -0,0 +1,23 @@
|
||||
.selector__control {
|
||||
border: 1px solid var(--border-multiselect) !important;
|
||||
background-color: var(--bg-multiselect-color) !important;
|
||||
}
|
||||
|
||||
.selector__multi-value {
|
||||
background-color: var(--bg-multiselect-checkboxcontainer) !important;
|
||||
}
|
||||
|
||||
.selector__multi-value__label {
|
||||
color: var(--text-multiselect-item-color) !important;
|
||||
}
|
||||
|
||||
.selector__menu {
|
||||
background-color: var(--bg-multiselect-color) !important;
|
||||
border: 1px solid var(--border-multiselect) !important;
|
||||
}
|
||||
|
||||
.selector__option {
|
||||
background-color: var(--bg-multiselect-color) !important;
|
||||
border: 1px solid var(--border-multiselect) !important;
|
||||
border: 1px solid red;
|
||||
}
|
Loading…
Reference in new issue