web/Omnibox: fix input area dimming in safari when processing

This commit is contained in:
wukko
2024-07-27 19:26:39 +06:00
parent 6072fbac5c
commit 1ded7698ff

View File

@ -264,6 +264,11 @@
color: var(--gray);
}
/* fix for safari */
input:disabled {
opacity: 1;
}
#action-container {
display: flex;
flex-direction: row;