LogicNode { max-width: 250px; } EventNode { max-width: 250px; } #selection-container { align-self: stretch; flex-grow: 1; border-width: 1px 1px 1px 1px; border-radius: 4px 4px 4px 4px; } .hover { border-color: rgba(68, 192, 255, 0.5); } .selected { border-color: rgba(68, 192, 255, 0.9); } #node-container { align-self: stretch; flex-grow: 1; border-width: 1px 1px 1px 1px; border-radius: 3px 3px 3px 3px; } .tree-node-container { padding-top: 8px; padding-bottom: 12px; } #title-container { flex-grow: 1; justify-content: center; align-items: center; align-self: stretch; } .graph-logic-title-container { border-color: rgba(0, 0, 0, 0.1); border-width: 1px 1px 1px 1px; background-color: rgba(0, 0, 0, 0.3); } .graph-structural-logic-title-container { padding: 8px 10px 8px 10px; } .graph-logic-container-accent { height: 5px; } .graph-event-title-container { padding: 4px 0px 4px 0px; border-color: rgba(255, 255, 255, 0.3); border-width: 1px 1px 1px 1px; } #title-label { font-size: 14px; -unity-font-style: bold; padding-left: 2px; padding-right: 2px; overflow: hidden; } #icon { width: 42px; height: 42px; margin-bottom: 4px; } #small-tree-icon { width: 30px; height: 30px; } #small-graph-icon { width: 16px; height: 16px; } CommentElement { padding: 4px 4px 4px 4px; border-width: 1px 1px 1px 1px; border-radius: 4px 4px 4px 4px; border-color: rgba(0, 0, 0, 1); max-width: 200px; align-items: center; overflow: hidden; -unity-text-align: upper-center; } .comment-element-dark { background-color: rgba(30, 30, 30, 0.7); } .comment-element-light { background-color: rgba(196, 196, 196, 0.7); } #node-error-indicator { position: absolute; top: -8px; right: -8px; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); } #node-hover-toolbar-hit-area { position: absolute; flex-direction: column; align-items: center; padding: 0px 4px 8px 4px; } #node-hover-toolbar { flex-direction: row; padding: 2px 3px 2px 3px; border-width: 1px 1px 1px 1px; border-radius: 4px 4px 4px 4px; } .node-hover-toolbar-dark { background-color: rgba(38, 38, 38, 0.96); border-color: rgba(92, 92, 92, 0.95); } .node-hover-toolbar-light { background-color: rgba(232, 232, 232, 0.96); border-color: rgba(134, 134, 134, 0.95); } .node-hover-toolbar-button { width: 20px; height: 20px; margin: 0px 1px 0px 1px; }