mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Unify password dots display across browsers [SCI-8721]
This commit is contained in:
parent
db8583c39c
commit
14abd202f9
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
input.sci-input-field[type=password] {
|
||||
font-family: Arial;
|
||||
letter-spacing: .075em;
|
||||
}
|
||||
|
||||
.sn-icon {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue