Refine registration DICOM selection and model centering
This commit is contained in:
@@ -499,30 +499,49 @@ button {
|
||||
.series-card {
|
||||
position: relative;
|
||||
padding-right: 48px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.series-check {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 13px;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: inline-flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 !important;
|
||||
border: 1px solid rgba(25, 214, 195, 0.62);
|
||||
padding: 0;
|
||||
border: 2px solid rgba(45, 212, 191, 0.9);
|
||||
border-radius: 999px;
|
||||
background: rgba(20, 184, 166, 0.16);
|
||||
background: rgba(13, 148, 136, 0.22);
|
||||
color: #ccfbf1 !important;
|
||||
font-size: 15px !important;
|
||||
font-weight: 950 !important;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 0 1px rgba(6, 182, 212, 0.18), 0 0 18px rgba(20, 184, 166, 0.18);
|
||||
}
|
||||
|
||||
.series-card:not(.active) .series-check {
|
||||
border-color: rgba(148, 163, 184, 0.2);
|
||||
background: rgba(148, 163, 184, 0.06);
|
||||
.series-card:not(.registration-selected) .series-check {
|
||||
border-color: rgba(148, 163, 184, 0.42);
|
||||
background: rgba(15, 23, 42, 0.82);
|
||||
color: transparent !important;
|
||||
box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.98);
|
||||
}
|
||||
|
||||
.series-card:not(.registration-selected) .series-check:hover,
|
||||
.series-check:focus-visible {
|
||||
border-color: rgba(45, 212, 191, 0.95);
|
||||
background: rgba(20, 184, 166, 0.18);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.series-card.registration-selected .series-check {
|
||||
border-color: rgba(153, 246, 228, 0.96);
|
||||
background: linear-gradient(180deg, rgba(20, 184, 166, 0.96), rgba(13, 148, 136, 0.82));
|
||||
color: #ecfeff !important;
|
||||
}
|
||||
|
||||
.case-card.active,
|
||||
@@ -532,6 +551,10 @@ button {
|
||||
background: linear-gradient(180deg, rgba(20, 45, 88, 0.96), rgba(10, 18, 31, 0.96));
|
||||
}
|
||||
|
||||
.series-card.registration-selected {
|
||||
border-color: rgba(20, 184, 166, 0.82);
|
||||
}
|
||||
|
||||
.series-card.skipped {
|
||||
opacity: 0.54;
|
||||
filter: grayscale(0.95);
|
||||
@@ -754,11 +777,27 @@ button {
|
||||
}
|
||||
|
||||
.tool-section-title button {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: #c4d7ee;
|
||||
border: 1px solid rgba(45, 212, 191, 0.34);
|
||||
border-radius: 8px;
|
||||
background: rgba(8, 17, 26, 0.62);
|
||||
color: #d9fbff;
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
line-height: 1;
|
||||
padding: 6px 9px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tool-section-title button:hover {
|
||||
border-color: rgba(45, 212, 191, 0.76);
|
||||
background: rgba(20, 184, 166, 0.16);
|
||||
}
|
||||
|
||||
.title-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.tool-section-title em {
|
||||
|
||||
Reference in New Issue
Block a user