diff --git a/web/static/css/style.css b/web/static/css/style.css index cbd91d3a..b0b98acc 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -40149,7 +40149,7 @@ html[data-theme="dark"] .workflow-toolbar #workflow-connect-btn[aria-pressed="tr .asset-editor-subtitle { margin: 5px 0 0; color: var(--text-secondary, #64748b); font-size: 13px; font-weight: 400; } .asset-editor-body { padding: 22px 24px 24px; overscroll-behavior: contain; scrollbar-gutter: stable; } .asset-editor-content .modal-footer { position: relative; background: var(--bg-primary, #fff); box-shadow: 0 -8px 24px rgba(15,23,42,.04); } -.asset-editor-primary { padding: 18px; border: 1px solid rgba(37,99,235,.22); border-radius: 12px; background: linear-gradient(135deg, rgba(37,99,235,.065), rgba(99,102,241,.025)); } +.asset-editor-primary { padding: 18px; border: 1px solid rgba(37,99,235,.16); border-radius: 12px; background: rgba(37,99,235,.025); } .asset-editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .asset-editor-primary-grid { margin-top: 18px; } .asset-editor-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 600; } @@ -40321,7 +40321,7 @@ html[data-theme="dark"] .asset-detail-item code { background: var(--bg-secondary); color: var(--text-secondary); } -html[data-theme="dark"] .asset-editor-primary { border-color: rgba(96,165,250,.32); background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(99,102,241,.08)); } +html[data-theme="dark"] .asset-editor-primary { border-color: rgba(96,165,250,.20); background: rgba(96,165,250,.035); } html[data-theme="dark"] .asset-tag-editor { border-color: var(--border-color); background: var(--card-bg); } html[data-theme="dark"] .asset-editor-content .modal-footer { background: var(--bg-primary); box-shadow: 0 -8px 24px rgba(0,0,0,.12); } html[data-theme="dark"] .asset-tag-chip { background: rgba(96,165,250,.16); color: #93c5fd; }