04/20/2026 enhance the extension totp
This commit is contained in:
@@ -901,4 +901,34 @@ body {
|
||||
.add-notes:focus {
|
||||
border-color: #c0392b;
|
||||
box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.12);
|
||||
}
|
||||
|
||||
/* ── TOTP live display in vault item rows ────────────────────────── */
|
||||
.item-totp-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.totp-code-inline {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: #1a73e8;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.totp-timer-inline {
|
||||
font-size: 10px;
|
||||
color: #9ca3af;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.totp-btn {
|
||||
color: #0891b2;
|
||||
}
|
||||
|
||||
.totp-btn:hover {
|
||||
background: #e0f2fe;
|
||||
color: #0369a1;
|
||||
}
|
||||
Reference in New Issue
Block a user