web/Omnibox: fix dimmed input placeholder in firefox

This commit is contained in:
wukko 2024-07-27 19:27:58 +06:00
parent 1ded7698ff
commit 32743360be
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -262,6 +262,8 @@
#link-area::placeholder {
color: var(--gray);
/* fix for firefox */
opacity: 1;
}
/* fix for safari */