Prevent round and white search styling in iOS 15.

This commit is contained in:
itsjohncs 2021-11-03 01:50:11 -07:00
parent 3cab39c59b
commit ea619f5463

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;