Merge pull request #4352 from itsjohncs/very-rounded-search

Prevent round and white search styling in iOS 15.
This commit is contained in:
Max Leiter 2021-11-03 15:45:33 -07:00 committed by GitHub
commit b5e99c0489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1713,6 +1713,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
#chat .userlist .search {
color: var(--body-color);
appearance: none;
border: 0;
background: none;
font: inherit;