aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/graph.css
diff options
context:
space:
mode:
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;
+}