add basic dicom diff support

This commit is contained in:
Ross
2024-02-05 09:15:38 +00:00
parent 5581461fb7
commit 1e16386e1e
6 changed files with 89 additions and 6 deletions
+12
View File
@@ -1117,4 +1117,16 @@ table .peninsula-trainee::before {
.show-on-hover:hover {
opacity: 100%;
}
.diff_add {
color: green;
}
.diff_sub {
color: red;
}
tr:has(> td > a) {
border: 1px blue solid
}