add basic dicom diff support
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user