1
0
镜像自地址 http://git.whoc.org.uk/git/password-manager.git 已同步 2025-12-17 11:57:02 +01:00

Fixed OTP component to correctly handle OTP with status ‘DISABLED’

这个提交包含在:
Giulio Cesare Solaroli
2018-11-25 17:33:06 +01:00
父节点 5d0cb4026c
当前提交 415720c7b7
共有 4 个文件被更改,包括 4805 次插入1051 次删除

查看文件

@@ -1,6 +1,6 @@
/*
Copyright 2008-2015 Clipperz Srl
Copyright 2008-2018 Clipperz Srl
This file is part of Clipperz, the online password manager.
For further information about its features and functionalities please
@@ -823,7 +823,7 @@ refer to http://www.clipperz.com.
}
}
&.REQUESTED, &.USED {
&.REQUESTED, &.USED, &.DISABLED {
background-color: #222;
.otpPassword {
@@ -1127,7 +1127,10 @@ refer to http://www.clipperz.com.
td, th {
border: 1px solid #999;
padding: 0.5rem;
max-width: 100px;
overflow-x: scroll;
&.PASSWORD {
font-family: clipperz-password;
font-size: 14.9pt;