Unify appearence of placeholder text across browsers

This commit is contained in:
Magnus Hoff 2018-07-19 08:43:22 +02:00
parent 5a2be1d0a8
commit d905c1aa62

View file

@ -402,6 +402,11 @@ input[type="search"] {
text-overflow: ellipsis;
}
input[type="search"]::placeholder {
color: var(--theme-text);
opacity: 0.5;
}
.search .live-results {
text-align: left;