aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/graph.css
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2020-06-03 15:26:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-03 15:26:52 +0000
commiteccf8a41139269a074dc8f4e36ba052c07ea988c (patch)
tree3a0e4f9c904f0eea91cbbe2d6aca568ee81467ba /graphgraph-fe/src/graph.css
parenteb58fde00496c8eefb25436122059adfd5dfddde (diff)
parent6c4672dbb3cccd6c7d8cdfde2f59a97af7cfac42 (diff)
Merge "Perform repository cleanup"
Diffstat (limited to 'graphgraph-fe/src/graph.css')
-rw-r--r--graphgraph-fe/src/graph.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphgraph-fe/src/graph.css b/graphgraph-fe/src/graph.css
new file mode 100644
index 0000000..0c9460f
--- /dev/null
+++ b/graphgraph-fe/src/graph.css
@@ -0,0 +1,19 @@
+#graph {
+ height: 100%;
+ width: 100%;
+}
+
+.arrow {
+ stroke-width:5;
+ stroke:#000;
+ stroke-dasharray:5, 5;
+}
+
+.d3-tip {
+ line-height: 1;
+ font-weight: bold;
+ padding: 12px;
+ background: rgba(0, 0, 0, 0.8);
+ color: #fff;
+ border-radius: 2px;
+}