mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Hide/Unhide functionality
This commit is contained in:
parent
642db37c97
commit
54bfc461cd
2 changed files with 64 additions and 0 deletions
|
@ -1276,3 +1276,21 @@ label:active {
|
|||
padding: 2px 0 1px 2px;
|
||||
}
|
||||
|
||||
.hide-password {
|
||||
color: #2361a1;
|
||||
padding-left: 3px;
|
||||
margin-left: -36px;
|
||||
}
|
||||
|
||||
.hide-password:hover {
|
||||
color: #F79B44;
|
||||
}
|
||||
|
||||
.toggle-psw-visibility-icon {
|
||||
cursor: pointer;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.show-passwords-enabled-action {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue