Fix contacts menu height for Safari

* fixes #5119
* in Safari the input field was 38px in height and not 34px like in all other browsers

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-11-27 13:31:22 +01:00
parent 655c0cb40d
commit 152b2824dc
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View file

@ -1340,6 +1340,7 @@ span.ui-icon {
#contactsmenu-search {
width: calc(100% - 16px);
margin: 8px;
height: 34px;
}
/* ---- TOOLTIPS ---- */