feat(tasker): localize NODE.DC workspace seed

This commit is contained in:
DCCONSTRUCTIONS
2026-05-10 19:59:03 +03:00
parent e49840341b
commit d55d182648
30 changed files with 196 additions and 123 deletions
+14
View File
@@ -5597,6 +5597,20 @@
color: var(--text-color-primary) !important;
}
.editor-callout-component {
border: 0 !important;
outline: none !important;
box-shadow:
inset 0 0 0 1px rgba(var(--nodedc-accent-rgb), 0.18),
inset 0 1px 0 rgba(255, 255, 255, 0.018),
0 10px 28px rgba(0, 0, 0, 0.08) !important;
border-radius: 1.35rem !important;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.012) 100%),
rgba(255, 255, 255, 0.025) !important;
color: var(--text-color-secondary) !important;
}
.nodedc-attachment-upload[data-drag-reject="true"] {
box-shadow:
inset 0 0 0 1px rgba(var(--nodedc-accent-rgb), 0.4),