Update PACS DICOM navigation and summaries

This commit is contained in:
Codex
2026-05-30 13:29:31 +08:00
parent c1fbdd8bac
commit 40e18ed45d
10 changed files with 307 additions and 57 deletions

View File

@@ -242,6 +242,22 @@ button:disabled {
background: #070a10;
}
.nav-btn {
min-width: 118px;
color: #d8e8ff;
}
.nav-btn.accent {
border-color: rgba(25, 212, 194, 0.42);
color: #c7fff7;
background: rgba(25, 212, 194, 0.08);
}
.nav-btn.accent:hover {
border-color: rgba(25, 212, 194, 0.72);
background: rgba(25, 212, 194, 0.14);
}
.workspace {
height: calc(100vh - 66px);
display: grid;