Problem
Vector search box changes shape / flashes when focussed on iOS Safari.
Solution
https://stackoverflow.com/questions/2918707/turn-off-iphone-safari-input-element-rounding/12096653#12096653
-webkit-appearance: none;
Then Firefox needs another rule (acts on the -webkit-... rule too):
-moz-appearance: textfield;