Fixed placeholder color in Chrome.

This commit is contained in:
Stefan Bohacek 2024-05-20 09:35:29 -04:00
parent 76552b06f2
commit 9113a9022d
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 2 additions and 1 deletions

View file

@ -82,6 +82,7 @@ input.fsb-input {
input.fsb-input ::placeholder,
input.fsb-input::-webkit-input-placeholder,
input.fsb-input ::-ms-input-placeholder {
color: #3e3e3e;
opacity: 1;