bptlab/scylla-ui

View on GitHub
src/app/statistics/diagrams/bpmn-viewer/bpmn-viewer.component.css

Summary

Maintainability
Test Coverage
.highlight-overlay {
  background-color: green; /* color elements as green */
  opacity: 0.4;
  pointer-events: none; /* no pointer events, allows clicking through onto the element */
}

#canvas {
  height: 500px;
}