mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 17:56:16 -04:00
[security] Add security number to PeerUI to make verification of peer-to-peer encryption possible.
This commit is contained in:
parent
e9b23bfdb0
commit
c5d0eaa034
9 changed files with 131 additions and 23 deletions
|
@ -313,7 +313,8 @@ x-peer[status] x-icon {
|
|||
}
|
||||
|
||||
.status,
|
||||
.device-name {
|
||||
.device-name,
|
||||
.connection-hash {
|
||||
height: 18px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
@ -323,6 +324,11 @@ x-peer[status] x-icon {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.connection-hash {
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
x-peer[status=transfer] .status:before {
|
||||
content: 'Transferring...';
|
||||
}
|
||||
|
@ -389,22 +395,17 @@ footer .logo {
|
|||
|
||||
footer .font-body2 {
|
||||
color: var(--primary-color);
|
||||
text-underline-position: under;
|
||||
margin: auto 18px;
|
||||
}
|
||||
|
||||
#on-this-network {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-style: solid;
|
||||
text-decoration-color: var(--primary-color);
|
||||
text-decoration-thickness: 4px;
|
||||
border-bottom: solid 4px var(--primary-color);
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#paired-devices {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-style: solid;
|
||||
text-decoration-color: var(--paired-device-color);
|
||||
text-decoration-thickness: 4px;
|
||||
border-bottom: solid 4px var(--paired-device-color);
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
/* Dialog */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue