Toggleable Password
Changed * to ●
This commit is contained in:
parent
0f8c3caf18
commit
8434312728
3 changed files with 31 additions and 4 deletions
|
@ -666,6 +666,18 @@ tbody {
|
|||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.passwordOriginal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.selectPassword :hover .passwordOriginal {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.selectPassword :hover .passwordStar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.setPassword {
|
||||
align-self: left;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue