diff options
author | Juan Cadavid | 2015-10-29 10:19:33 +0000 |
---|---|---|
committer | Juan Cadavid | 2015-10-29 10:23:10 +0000 |
commit | 431b12a6315c16709defa20f463e98d4754f35c8 (patch) | |
tree | e0070599549dba1129b4a4d185031b6d12b96664 /extraplugins | |
parent | 9e899238ec8b315265b0ed9352ba498e70dcf567 (diff) | |
download | org.eclipse.papyrus-431b12a6315c16709defa20f463e98d4754f35c8.tar.gz org.eclipse.papyrus-431b12a6315c16709defa20f463e98d4754f35c8.tar.xz org.eclipse.papyrus-431b12a6315c16709defa20f463e98d4754f35c8.zip |
[BPMN] CSS improvements
Change-Id: I3c128d5e1fdb77ea332812539440fd224dd9f27c
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins')
-rw-r--r-- | extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css index 943be9f7bfe..5bc50fc1734 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css @@ -12,7 +12,7 @@ ControlFlow{ ObjectFlow{ routing:Rectilinear; roundedBendpointsRadius:20 ; - lineStyle:dashed; + lineStyle:dotted; } ObjectFlow > Label{ @@ -280,7 +280,7 @@ alternateBorderColor path{ */ transparency: 100; maintainSymbolRatio: true; - + displayTag: false; } [appliedStereotypes~="BPMNProfile::DataStoreReference"]{ |