This commit is contained in:
+66
-1
@@ -2173,7 +2173,7 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
|
||||
.online-backup-managed-row {
|
||||
display: grid;
|
||||
grid-template-columns: 168px 188px minmax(0, 1fr);
|
||||
grid-template-columns: 168px 238px minmax(0, 1fr);
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
min-width: 0;
|
||||
@@ -2192,6 +2192,8 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
}
|
||||
|
||||
.online-backup-managed-created {
|
||||
display: grid;
|
||||
gap: 3px;
|
||||
min-width: 0;
|
||||
color: var(--text-dim);
|
||||
font-size: 13px;
|
||||
@@ -2240,10 +2242,64 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
|
||||
.online-backup-footer {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 12px;
|
||||
justify-content: flex-end;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.online-backup-retention-field {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
min-width: 190px;
|
||||
}
|
||||
|
||||
.online-backup-retention-field label {
|
||||
color: var(--text);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.online-backup-retention-select {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.online-backup-retention-select::after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 14px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border-right: 2px solid var(--text-dim);
|
||||
border-bottom: 2px solid var(--text-dim);
|
||||
content: '';
|
||||
pointer-events: none;
|
||||
transform: translateY(-65%) rotate(45deg);
|
||||
}
|
||||
|
||||
.online-backup-retention-select select {
|
||||
width: 100%;
|
||||
min-height: 34px;
|
||||
padding: 7px 38px 7px 11px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 6px;
|
||||
appearance: none;
|
||||
color: var(--text);
|
||||
background: var(--bg-card);
|
||||
font: inherit;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.online-backup-retention-select select:focus {
|
||||
border-color: var(--accent);
|
||||
outline: 2px solid color-mix(in srgb, var(--accent) 32%, transparent);
|
||||
outline-offset: 1px;
|
||||
}
|
||||
|
||||
.online-backup-retention-select:has(select:disabled)::after {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.online-backup-status {
|
||||
min-height: 18px;
|
||||
color: var(--text-dim);
|
||||
@@ -2273,6 +2329,15 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
.online-backup-key-row {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.online-backup-footer {
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.online-backup-retention-field {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-sprite {
|
||||
|
||||
Reference in New Issue
Block a user