Fix placeholder opacity in Firefox #64

This commit is contained in:
Maxim Baz
2019-04-06 21:28:59 +02:00
parent f4b8bfd7ed
commit 5141fcd263

View File

@@ -148,6 +148,7 @@ body {
.part.search > input[type="text"]::placeholder { .part.search > input[type="text"]::placeholder {
color: @dim-text-color; color: @dim-text-color;
opacity: 1;
} }
.logins:not(:hover):not(:focus-within) .part.login:first-child > .name { .logins:not(:hover):not(:focus-within) .part.login:first-child > .name {