Skip to content

Commit

Permalink
some layout improvements
Browse files Browse the repository at this point in the history
Issue imixs#240
  • Loading branch information
rsoika committed May 3, 2023
1 parent 2eda546 commit da00925
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,19 @@
}
.event.endEvent > circle {
fill: #BE5961;
stroke-width: 3px;
stroke: #922828;
}

.event.intermediateCatchEvent > circle {
fill: #6f8dab;
stroke-width: 0px;
stroke: var(--theia-editor-foreground);;
}
.event.intermediateThrowEvent > circle {
fill: #6f8dab;
stroke-width: 0px;
stroke: var(--theia-editor-foreground);;
}

.event.boundaryEvent > circle {
Expand Down Expand Up @@ -257,4 +263,14 @@
}


/* Extension Draft */
.intermediateCatchEvent.bpmnextension-imixs > circle {
stroke-width: 2px;
stroke: #d48729;
}

.task.bpmnextension-imixs > .sprotty-node {
stroke-width: 2px;
stroke: #d48729;
}

Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,9 @@
.bpmn-properties-body .categorization-detail .vertical-layout {
clear: both;
}

/* Custom BPMN Styles **/

.root_properties_conditionExpression textarea {
min-height: 14em !important;
}

0 comments on commit da00925

Please sign in to comment.