2
0

💄 (js) Fix select background color on Windows

Closes #527
This commit is contained in:
Baptiste Arnaud
2023-05-26 18:16:44 +02:00
parent 4230f47be9
commit 68f0202601
3 changed files with 7 additions and 2 deletions

View File

@ -341,3 +341,8 @@ textarea {
background-color: rgba(var(--typebot-button-bg-color-rgb), 0.18);
border-color: rgba(var(--typebot-button-bg-color-rgb), 0.35);
}
select option {
color: var(--typebot-input-color);
background-color: var(--typebot-input-bg-color);
}