The best I can find is to set input[type="password"] {font:small-caption;font-size:16px}
Demo:
input {
font: small-caption;
font-size: 16px;
}
<input type="password">
The best I can find is to set input[type="password"] {font:small-caption;font-size:16px}
Demo:
input {
font: small-caption;
font-size: 16px;
}
<input type="password">