diff --git a/dns/templates/dns/addDeleteDNSRecordsCloudFlare.html b/dns/templates/dns/addDeleteDNSRecordsCloudFlare.html index d288dd79a..775243dbd 100644 --- a/dns/templates/dns/addDeleteDNSRecordsCloudFlare.html +++ b/dns/templates/dns/addDeleteDNSRecordsCloudFlare.html @@ -548,6 +548,23 @@ outline: 2px solid rgba(91, 95, 207, 0.3) !important; outline-offset: 2px !important; } + + .editable-cell { vertical-align: middle; } + .cell-click { cursor: pointer; display: block; min-height: 1.5em; } + .cell-click:hover { background: var(--bg-hover, #f0f1ff); border-radius: 4px; } + .cell-value { max-width: 280px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .value-cell { max-width: 300px; } + .inline-input, .inline-select, .inline-number { + width: 100%; + max-width: 100%; + padding: 0.25rem 0.5rem; + border: 1px solid var(--border-primary, #e2e8f0); + border-radius: 6px; + font-size: 0.875rem; + background: var(--bg-primary, #fff); + } + .inline-select { min-width: 90px; cursor: pointer; } + .inline-number { width: 70px; max-width: 80px; }
@@ -903,15 +920,32 @@ - - - - {{ record.type }} - + + + + + + + + + + + + + + + + - - - -