Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2014-12-16 09:44:23 +0000
committerMickael ADAM2014-12-16 09:44:23 +0000
commit3b3e1b490bdd335affb2e6433f6c215e3af61d52 (patch)
tree96b418c6ddd4756fd960b1c33179dde3ac543174 /plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme
parentadfc51b1f58e92fb82ec34bd960137e21f5f9f35 (diff)
downloadorg.eclipse.papyrus-3b3e1b490bdd335affb2e6433f6c215e3af61d52.tar.gz
org.eclipse.papyrus-3b3e1b490bdd335affb2e6433f6c215e3af61d52.tar.xz
org.eclipse.papyrus-3b3e1b490bdd335affb2e6433f6c215e3af61d52.zip
436547: [Diagram] All shapes shall be refactoredbugs/436547-shapes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436547 - Some little fix Change-Id: I1b5a074edefa49251bdd0e6adf47ff8dc17a1855 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
index 05b5e75590e..f0ccc0c2a97 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
@@ -131,6 +131,19 @@ ActivityDiagram Activity *,InteractionOverviewDiagram Activity * {
elementIcon:false;
}
+/* no gradiant for symbol to permit to change color */
+ActivityDiagram MergeNode,
+ActivityDiagram InitialNode,
+ActivityDiagram ActivityFinalNode,
+ActivityDiagram FlowFinalNode,
+ActivityDiagram DecisionNode,
+ActivityDiagram SendSignalAction,
+ActivityDiagram AcceptEventAction
+{
+ gradient:none;
+ fillColor:white;
+}
+
ClassDiagram Dependency{
fillColor:Black;
gradient:none;

Back to the top