Is there a way to style password inputs with smaller dots for Safari on iOS 12?
Asked Answered
I

1

7

For some reason the password input in iOS 12 Safari displays huge dots. I would like them to look as they look in Chrome. Is there a known way to style these inputs with CSS?

<input type="password" name="pass" />

This is how it looks in iOS 12 Safari:

Safari ugly dots in input password

This is how it looks in Chrome:

Chrome dots in input password

Infusorian answered 24/1, 2019 at 20:41 Comment(4)
Still the case in 2022 – did you find a solution?Persistent
I haven't found a solution for it... But I think it's something somehow expected on Safari... It's a bummer, but it is what it is.Infusorian
it's getting worse in 2023, any solutions ?Tera
maybe in 2024 is any solution available?Demonography
J
0

Try to change font to "small-caption"

input[type=password] { font:small-caption;font-size:16px }
Jennijennica answered 19/6, 2024 at 12:38 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.