Skip to content
Snippets Groups Projects
Commit 0ff27b04 authored by AndiMajore's avatar AndiMajore
Browse files

fixed coloring

parent 79d5ccc3
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,11 @@ div.legend { ...@@ -11,9 +11,11 @@ div.legend {
img { img {
max-width: 20vw; max-width: 20vw;
} }
td.group-name{
color:var(--drgstn-text-primary);
}
tr.list-item{ tr.list-item{
line-height: calc(#{$legend-row-height} / 2); line-height: calc(#{$legend-row-height} / 2);
th{ th{
height: $legend-row-height; height: $legend-row-height;
width: $legend-row-height; width: $legend-row-height;
...@@ -21,6 +23,7 @@ div.legend { ...@@ -21,6 +23,7 @@ div.legend {
padding: 0 !important; padding: 0 !important;
.text{ .text{
font-style: italic; font-style: italic;
color:var(--drgstn-text-primary);
} }
.diamond { .diamond {
height: $legend-diamond-size; height: $legend-diamond-size;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<network-expander id="netexp1" <network-expander id="netexp1"
config='{ config='{
"nodeGroups": {"selectedNode": {"font": {"size": "18"} }, "0.5": {"shadow":"true","font": "18px verdana blue", "type": "0.5er Instanz", "color": "green", "groupName": "0.5", "shape": "star"}, "patientgroup": {"type": "Patient", "detailShowLabel": "true", "color": "#632345", "groupName": "patient group", "shape": "dot", "size": "50"}, "pugGroup": {"type": "woof woof", "color": "grey", "groupName": "Pug Group", "shape": "triangle", "image": "https://static.raymondcamden.com/images/2016/11/pug.png"}}, "nodeGroups": {"selectedNode": {"font": {"size": "18"} }, "0.5": {"shadow":"true","font": "18px verdana blue", "type": "0.5er Instanz", "color": "green", "groupName": "0.5", "shape": "star"}, "patientgroup": {"type": "Patient", "detailShowLabel": "true", "color": "#632345", "groupName": "patient group", "shape": "text", "size": "50"}, "pugGroup": {"type": "woof woof", "color": "grey", "groupName": "Pug Group", "shape": "triangle", "image": "https://static.raymondcamden.com/images/2016/11/pug.png"}},
"edgeGroups": {"xxx": {"color": "black", "groupName": "xxx Group", "dashes": [1, 2]}, "notdashes": {"color": "black", "groupName": "not dashes Group"}}, "edgeGroups": {"xxx": {"color": "black", "groupName": "xxx Group", "dashes": [1, 2]}, "notdashes": {"color": "black", "groupName": "not dashes Group"}},
"identifier": "symbol", "identifier": "symbol",
"nodeShadow": true, "nodeShadow": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment