#13471 Fixed color text for multi select element

This commit is contained in:
Jorge Rincon 2024-04-26 09:03:11 +02:00
parent b4d4300f12
commit a9db8d8f24

View File

@ -1477,6 +1477,7 @@ select[multiple] option:checked,
select[multiple] option:active,
select[multiple] option:hover {
background: #008d86 !important;
color: var(--text-color);
}
.select2-search.select2-search--dropdown,