diff options
Diffstat (limited to 'app/static/annotate.css')
| -rw-r--r-- | app/static/annotate.css | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/app/static/annotate.css b/app/static/annotate.css index d6e30fc..0ee40f6 100644 --- a/app/static/annotate.css +++ b/app/static/annotate.css @@ -3,25 +3,6 @@ text-align: center; } -/* -path { - stroke-width: 2; - fill: none; -} - -.axis path, .axis line { - fill: none; - stroke: grey; - stroke-width: 1; - shape-rendering: crispEdges; -} - -#changepoint-table { - margin: 0 auto; -} - -*/ - .line { fill: none; stroke: blue; @@ -33,8 +14,8 @@ circle { fill: blue; } -.zoom { - cursor: move; - fill: none; - pointer-events: fill; +rect { + fill: white; + opacity: 0; } + |
