mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
Toggleable Password
Changed * to ●
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user