Skip to content

Commit

Permalink
Merge pull request eclipsesource#80 from jonny3576/improve-styling-(e…
Browse files Browse the repository at this point in the history
…clipsesource#56)

improved styling
  • Loading branch information
CamilleLetavernier authored Dec 18, 2019
2 parents 78a0c3e + 2b01171 commit 8e1b95e
Show file tree
Hide file tree
Showing 17 changed files with 966 additions and 103 deletions.
8 changes: 4 additions & 4 deletions client/sprotty-ecore/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ svg {
}

.ecore-node {
fill: #fffcdb;
fill: #fffcdf;
stroke: black;
stroke-width: 1;
font-weight: bold;
filter: url(#dropShadow);
}

.sprotty-node.selected {
Expand All @@ -51,7 +52,7 @@ svg {
}

.sprotty-label-node>.sprotty-label {
alignment-baseline: middle;
alignment-baseline: middle;
}

.sprotty-label-node>.selection-feedback {
Expand Down Expand Up @@ -90,7 +91,6 @@ svg {
}

.sprotty-icon {
fill: #debe5b;
stroke-width: 0;
}

Expand Down Expand Up @@ -190,7 +190,7 @@ svg {
}

.ecore-node.enum {
fill: #e7f2da;
fill: #fffcdf;
}

.italic {
Expand Down
92 changes: 92 additions & 0 deletions client/sprotty-ecore/images/EAttribute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions client/sprotty-ecore/images/EClass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
137 changes: 137 additions & 0 deletions client/sprotty-ecore/images/EClass_abstract.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8e1b95e

Please sign in to comment.