mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
web/Omnibox: fix dimmed input placeholder in firefox
This commit is contained in:
@ -262,6 +262,8 @@
|
||||
|
||||
#link-area::placeholder {
|
||||
color: var(--gray);
|
||||
/* fix for firefox */
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* fix for safari */
|
||||
|
Reference in New Issue
Block a user