v1.1.13: service highlight, dynamic btn text, defaultValue in dataDescriptor

This commit is contained in:
2026-07-29 09:05:23 +04:00
parent b763469c5c
commit 8f802c3a17
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
.col-svc { width:240px; flex-shrink:0; max-height:calc(100vh - 50px); overflow-y:auto; }
.col-main { flex:1; min-width:0; }
.svc-item { cursor:pointer; padding:4px 8px; font-size:12px; border-radius:4px; }
.svc-item:hover, .svc-item.active { background:var(--brand-grey-light); }
.svc-item:hover, .svc-item.active { background:#dbeafe; font-weight:600; }
.inst-item { cursor:pointer; display:flex; align-items:center; gap:6px; padding:4px 8px; font-size:12px; border-radius:4px; }
.inst-item:hover, .inst-item.active { background:var(--brand-grey-light); }
.inst-ops { display:none; margin-left:16px; }