mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/Omnibox: fix dimmed input placeholder in firefox
This commit is contained in:
parent
1ded7698ff
commit
32743360be
@ -262,6 +262,8 @@
|
|||||||
|
|
||||||
#link-area::placeholder {
|
#link-area::placeholder {
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
|
/* fix for firefox */
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix for safari */
|
/* fix for safari */
|
||||||
|
Loading…
Reference in New Issue
Block a user