From 32743360be1bd8027d7b0ec99dc31d0af1530bc3 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 27 Jul 2024 19:27:58 +0600 Subject: [PATCH] web/Omnibox: fix dimmed input placeholder in firefox --- web/src/components/save/Omnibox.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/save/Omnibox.svelte b/web/src/components/save/Omnibox.svelte index b39b4b60..01772358 100644 --- a/web/src/components/save/Omnibox.svelte +++ b/web/src/components/save/Omnibox.svelte @@ -262,6 +262,8 @@ #link-area::placeholder { color: var(--gray); + /* fix for firefox */ + opacity: 1; } /* fix for safari */