Improve placeholder styling.
Apply placeholder styling to title editor as well
This commit is contained in:
parent
0a64a274ac
commit
318273a75d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue