Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/papyrus_theme.css')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/papyrus_theme.css22
1 files changed, 3 insertions, 19 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/papyrus_theme.css b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/papyrus_theme.css
index 16136647718..eba59fe53e2 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/papyrus_theme.css
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/resources/papyrus_theme.css
@@ -12,7 +12,6 @@
/*
* Papyrus CSS v0.9
- * Sample
*/
* {
@@ -22,7 +21,7 @@
*/
fontColor: black;
- fillColor:#C3D1DC;
+ fillColor:#C3D1D5;
/* fontHeight:9; */
@@ -68,23 +67,8 @@ Class {
lineColor: black;
}
-Interface{
- fillColor:#FAFAFC;
-}
-
-Class[isAbstract=true], Class[isAbstract=true] *{
- fillColor:#E4E4E7;
- fontColor:gray;
-}
-
-Port {
- fillColor: #C8D9F5;
- lineColor: black;
-}
-
Comment {
- fillColor: #FFFFDD;
- gradient: #FFFFFC vertical;
+ fillColor: #FFFFCC;
}
Constraint {
@@ -98,7 +82,7 @@ Package {
/** This is the Diagram's root element. It doesn't support
gradient and should have the same color as the diagram */
SequenceDiagram > Interaction {
- fillColor:white;
+ fillColor:white;
}
SequenceDiagram CombinedFragment,

Back to the top