aboutsummaryrefslogtreecommitdiff
path: root/app/static/css/admin
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-07-31 16:28:31 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-07-31 16:28:31 +0100
commit1fd0dd8b28bac19431a8c577ee78ea655882ad82 (patch)
tree5345d5070a8a472b50538f05349a27751ef87ffa /app/static/css/admin
parentAdd demo data to repo (diff)
downloadAnnotateChange-1fd0dd8b28bac19431a8c577ee78ea655882ad82.tar.gz
AnnotateChange-1fd0dd8b28bac19431a8c577ee78ea655882ad82.zip
Add support for multidimensional datasets
Diffstat (limited to 'app/static/css/admin')
-rw-r--r--app/static/css/admin/view_annotation.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/static/css/admin/view_annotation.css b/app/static/css/admin/view_annotation.css
index 11bf3c8..09d5a4d 100644
--- a/app/static/css/admin/view_annotation.css
+++ b/app/static/css/admin/view_annotation.css
@@ -9,6 +9,12 @@
clip-path: url(#clip);
}
+.z-line line {
+ stroke: #ccc;
+ shape-rendering: crispEdges;
+}
+
+
.ann-line {
fill: none;
stroke-dasharray: 5;