Aug 26 - Enhance security 4
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Pytest (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled

This commit is contained in:
2026-08-26 14:19:25 -04:00
parent cc216b0d98
commit b84a6d9245
11 changed files with 546 additions and 33 deletions
+19
View File
@@ -953,6 +953,25 @@ ul {
border: 1px solid #ffb74d;
}
/* Emergency access: a pending request or a retrieved snapshot is the one thing
in this list the grantor must not scroll past, so it gets the strongest
treatment available rather than the amber used for ordinary warnings. */
.badge-danger {
background: #ffebee;
color: #b71c1c;
border: 1px solid #ef9a9a;
}
.share-item.em-alert {
border-left: 3px solid #c62828;
background: #fff5f5;
}
.share-meta.em-retrieved {
color: #b71c1c;
font-weight: 500;
}
.badge-info {
background: #e3f2fd;
color: #1565c0;