UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: перенос режимов проекта в нижнюю панель

This commit is contained in:
DCCONSTRUCTIONS
2026-05-01 14:16:28 +03:00
parent ae262487ac
commit 119d503d96
11 changed files with 176 additions and 134 deletions
+41
View File
@@ -1682,6 +1682,11 @@
bottom: calc(100% + 0.85rem);
}
.nodedc-expanded-search-floating-input {
background: rgba(255, 255, 255, 0.055);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}
.nodedc-expanded-notification-button {
height: 2.78rem;
width: 2.78rem;
@@ -2324,6 +2329,42 @@
color: rgb(var(--nodedc-accent-rgb)) !important;
}
.nodedc-bottom-dock .nodedc-project-layout-controls .nodedc-toolbar-group {
min-height: 2.5rem;
}
.nodedc-bottom-dock .nodedc-toolbar-icon-button,
.nodedc-bottom-dock .nodedc-toolbar-filter-toggle {
background: rgba(255, 255, 255, 0.04) !important;
color: rgba(255, 255, 255, 0.72) !important;
}
.nodedc-bottom-dock .nodedc-toolbar-icon-button:hover,
.nodedc-bottom-dock .nodedc-toolbar-icon-button:focus-visible,
.nodedc-bottom-dock .nodedc-toolbar-filter-toggle:hover,
.nodedc-bottom-dock .nodedc-toolbar-filter-toggle:focus-visible {
background: rgba(255, 255, 255, 0.08) !important;
color: rgba(255, 255, 255, 0.94) !important;
}
.nodedc-bottom-dock .nodedc-toolbar-icon-button[data-active="true"],
.nodedc-bottom-dock .nodedc-toolbar-filter-toggle[data-active="true"],
.nodedc-bottom-dock .nodedc-toolbar-pill[data-active="true"] {
background: rgba(255, 255, 255, 0.94) !important;
color: rgba(8, 8, 10, 0.94) !important;
}
.nodedc-bottom-dock .nodedc-toolbar-icon-button[data-active="true"] .nodedc-toolbar-icon-active-dot {
background: transparent !important;
color: rgba(8, 8, 10, 0.94) !important;
}
.nodedc-bottom-dock .nodedc-toolbar-icon-button[data-active="true"] svg,
.nodedc-bottom-dock .nodedc-toolbar-filter-toggle[data-active="true"] svg,
.nodedc-bottom-dock .nodedc-toolbar-pill[data-active="true"] svg {
color: rgba(8, 8, 10, 0.94) !important;
}
.nodedc-filter-row-shell {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%), rgba(8, 8, 11, 0.84);