Unify appearence of placeholder text across browsers
This commit is contained in:
parent
5a2be1d0a8
commit
d905c1aa62
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue