Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-04-02 09:53:59 +0000
committercletavernie2012-04-02 09:53:59 +0000
commitfb9aa0cddcbb58ba8e6905ade65151e60c99c7c2 (patch)
tree36ccef7040e71246d527b596f0249a8d547302da
parentde33913b6f2b65be9a82e9c94093f6dd52be0aee (diff)
downloadorg.eclipse.papyrus-fb9aa0cddcbb58ba8e6905ade65151e60c99c7c2.tar.gz
org.eclipse.papyrus-fb9aa0cddcbb58ba8e6905ade65151e60c99c7c2.tar.xz
org.eclipse.papyrus-fb9aa0cddcbb58ba8e6905ade65151e60c99c7c2.zip
370797: [Theme] Papyrus should provide a support for CSS files on its diagrams
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370797
-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