1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-28 09:57:35 +01:00

Added automatic copying of field values to clipboard

This commit is contained in:
Giulio Cesare Solaroli
2017-01-21 15:03:42 +01:00
parent 228837da16
commit 0e70ab2c42
10 changed files with 1219 additions and 1154 deletions

File diff suppressed because one or more lines are too long

View File

@@ -101,6 +101,10 @@ div.overlay {
font-size: 96pt;
color: white;
text-shadow: none;
&.custom {
font-size: 80pt;
}
}
&.ios-overlay-show {

View File

@@ -436,6 +436,7 @@ $cardViewBasePadding: 10px;
// line-height: 1em;
// height: 1.3em;
outline: none;
cursor: pointer;
}
}
}