mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 02:17:36 +01:00
Added the option to view the clear text of a password
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user