diff options
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; |
