diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-07-31 16:28:31 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-07-31 16:28:31 +0100 |
| commit | 1fd0dd8b28bac19431a8c577ee78ea655882ad82 (patch) | |
| tree | 5345d5070a8a472b50538f05349a27751ef87ffa /app/static/css/admin | |
| parent | Add demo data to repo (diff) | |
| download | AnnotateChange-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.css | 6 |
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; |
