Skip to content

Commit

Permalink
cleanup css file
Browse files Browse the repository at this point in the history
Issue #303
  • Loading branch information
rsoika committed Feb 10, 2024
1 parent 39b1501 commit 1a956a4
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,9 @@
stroke: var(--theia-titleBar-activeBackground);
}



.sprotty-label.heading {

xxfill: #f0f3f8;
}


.sprotty-resize-handle.selected {
xfill: #47699B;
.helper-line {
stroke: var(--theia-focusBorder);
stroke-width: 0.5;
}

.icon path {
Expand All @@ -44,12 +37,11 @@
fill: transparent;
}

/* BPMN Elements */
.task>.sprotty-node {
fill: #425C81;
}

/*** Events ***/

.event.startEvent>circle {
fill: #57A14C;
}
Expand Down Expand Up @@ -81,13 +73,10 @@
stroke: #354152a8
}

/*** Gateways ***/

.gateway>polygon {
fill: #C39D5C;
}


.dataObject>.sprotty-node {
opacity: 80%;
stroke: var(--theia-focusBorder);
Expand All @@ -112,7 +101,6 @@
fill: none;
}


.textAnnotation>.sprotty-node {
opacity: 20%;
fill: #82848a;
Expand Down Expand Up @@ -140,7 +128,6 @@
text-anchor: start;
}


.BPMNLabel>.sprotty-node {
fill: transparent;
}
Expand All @@ -164,8 +151,7 @@
margin: 1px;
}

/*** Pool and Lances **/

/*** Pool and Lanes **/
.pool>.sprotty-node {
fill: var(--theia-sideBar-background);
pointer-events: none;
Expand Down Expand Up @@ -228,27 +214,20 @@
stroke-width: 3;
}

/* SequenceFlow */
/* BPMN Edges */
.bpmnedge>.sprotty-label {
fill: var(--theia-titleBar-activeForeground);
text-align: center;
}

/* MessageFlow */
.sprotty-edge.messageFlow .line {
stroke-dasharray: 6, 4;
}

/* Association */
.sprotty-edge.association .line {
stroke-dasharray: 4, 4;
}

.helper-line {
stroke: var(--theia-focusBorder);
stroke-width: 0.5;
}

.sprotty-comp {
stroke: transparent;
fill: transparent;
Expand Down

0 comments on commit 1a956a4

Please sign in to comment.