Add neutral privacy and decentralization score for signing only hardware wallets (thanks @harding @schildbach)

This commit is contained in:
Saivann 2014-07-23 15:26:01 -04:00
parent cab06e22d1
commit 66c8e20c42
11 changed files with 365 additions and 10 deletions

View file

@ -1533,6 +1533,15 @@ table td,table th{
.wallets .checkpass>div>span{
background-image:url(/img/checkbubble_pass.svg);
}
.wallets .checkneutral{
color:#8b8b8b;
}
.wallets .checkneutral p{
border-color:#8b8b8b;
}
.wallets .checkneutral>div>span{
background-image:url(/img/checkbubble_neutral.svg);
}
.wallets .checkfail{
color:#ee9209;
}
@ -1553,6 +1562,9 @@ table td,table th{
.wallets .checkdecentralization.checkgood{
background-image:url(/img/check_decentralization_pass.svg);
}
.wallets .checkdecentralization.checkneutral{
background-image:url(/img/check_decentralization_neutral.svg);
}
.wallets .checkdecentralization.checkfail{
background-image:url(/img/check_decentralization_fail.svg);
}
@ -1574,6 +1586,9 @@ table td,table th{
.wallets .checkprivacy.checkgood{
background-image:url(/img/check_privacy_pass.svg);
}
.wallets .checkprivacy.checkneutral{
background-image:url(/img/check_privacy_neutral.svg);
}
.wallets .checkprivacy.checkfail{
background-image:url(/img/check_privacy_fail.svg);
}