Improve placeholder styling.

Apply placeholder styling to title editor as well
This commit is contained in:
Magnus Hovland Hoff 2018-10-08 07:49:14 +02:00
parent 0a64a274ac
commit 318273a75d

View file

@ -532,9 +532,9 @@ input[type="search"] {
text-overflow: ellipsis;
}
input[type="search"]::placeholder {
input[type="search"]::placeholder, .hero input::placeholder {
color: var(--theme-text);
opacity: 0.8;
opacity: 0.6;
}
.search .live-results {