1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Added the option to view the clear text of a password

This commit is contained in:
Giulio Cesare Solaroli
2015-03-09 17:20:33 +01:00
parent a26c59851d
commit d4c4e5ca63
5 changed files with 72 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -442,6 +442,12 @@ $cardViewBasePadding: 10px;
&.hidden {
font-family: clipperz-password;
font-size: 23pt;
&.visible {
font-family: "clipperz-font";
font-size: 18pt;
line-height: 28px;
}
}
}
@@ -463,6 +469,16 @@ $cardViewBasePadding: 10px;
height: 20px;
font-size: 15pt;
margin: $iconMargin;
cursor: default;
&.PASSWORD {
cursor: pointer;
&.active {
color: #333;
}
}
}
&.toggleLock {