search: fix searchbox placeholder color in FF and IE #405

This commit is contained in:
Sören Weber 2022-11-27 16:48:52 +01:00
parent 82d52555b0
commit 322bf829bc
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 0 additions and 8 deletions

View file

@ -516,10 +516,6 @@
display: none;
}
.searchbox input:-ms-input-placeholder {
color: rgba( 255, 255, 255, .4 );
}
.searchform input:-ms-input-placeholder{
color: rgba( 255, 255, 255, .4 );
}

View file

@ -134,10 +134,6 @@ th {
font-weight: 300;
}
.searchbox input::placeholder {
color: rgba( 255, 255, 255, .4 );
}
#content-wrapper {
display: flex;
flex-direction: column;