From 1a956a4d3090fc0832bdf71a30211809adc36803 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Sat, 10 Feb 2024 08:41:01 +0100 Subject: [PATCH] cleanup css file Issue #303 --- .../open-bpmn-glsp/css/diagram.css | 33 ++++--------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css b/open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css index ba8e569b..ff776799 100644 --- a/open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css +++ b/open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css @@ -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 { @@ -44,12 +37,11 @@ fill: transparent; } +/* BPMN Elements */ .task>.sprotty-node { fill: #425C81; } -/*** Events ***/ - .event.startEvent>circle { fill: #57A14C; } @@ -81,13 +73,10 @@ stroke: #354152a8 } -/*** Gateways ***/ - .gateway>polygon { fill: #C39D5C; } - .dataObject>.sprotty-node { opacity: 80%; stroke: var(--theia-focusBorder); @@ -112,7 +101,6 @@ fill: none; } - .textAnnotation>.sprotty-node { opacity: 20%; fill: #82848a; @@ -140,7 +128,6 @@ text-anchor: start; } - .BPMNLabel>.sprotty-node { fill: transparent; } @@ -164,8 +151,7 @@ margin: 1px; } -/*** Pool and Lances **/ - +/*** Pool and Lanes **/ .pool>.sprotty-node { fill: var(--theia-sideBar-background); pointer-events: none; @@ -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;