11044-Select2 black in graphs options
This commit is contained in:
parent
ca7e1777e5
commit
2303b880b6
|
@ -1438,12 +1438,21 @@ select[multiple] option:active {
|
||||||
background: #008d86;
|
background: #008d86;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-search.select2-search--dropdown,
|
||||||
|
.select2-results > .select2-results__options > .select2-results__option {
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-results
|
.select2-results
|
||||||
> .select2-results__options
|
> .select2-results__options
|
||||||
> .select2-results__option.select2-results__option--highlighted {
|
> .select2-results__option.select2-results__option--highlighted {
|
||||||
background-color: #008d86;
|
background-color: #008d86;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
|
color: var(--secondary-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.filter_summary > div,
|
.filter_summary > div,
|
||||||
.filter_summary > div > div.content {
|
.filter_summary > div > div.content {
|
||||||
background-color: #222 !important;
|
background-color: #222 !important;
|
||||||
|
|
Loading…
Reference in New Issue