Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/base.css')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/base.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/base.css b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/base.css
index 1e1cfcfbbd5..b148a3d1817 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/base.css
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/base.css
@@ -303,18 +303,18 @@ StateMachineDiagram Pseudostate[kind="choice"]{
/*---------- Composite Diagram ---------*/
-CompositeDiagram Property[aggregation="shared"]{
+CompositeStructureDiagram Property[aggregation="shared"]{
borderStyle: custom;
}
-CompositeDiagram DurationObservation > Compartment[kind="symbol"],
-CompositeDiagram TimeObservation > Compartment[kind="symbol"]
+CompositeStructureDiagram DurationObservation > Compartment[kind="symbol"],
+CompositeStructureDiagram TimeObservation > Compartment[kind="symbol"]
{
visible:true;
}
-CompositeDiagram DurationObservation > Label,
-CompositeDiagram TimeObservation > Label
+CompositeStructureDiagram DurationObservation > Label,
+CompositeStructureDiagram TimeObservation > Label
{
visible:true;
textAlignment:"Left";

Back to the top