diff options
Diffstat (limited to 'static/assets/css')
-rw-r--r-- | static/assets/css/monitor.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/assets/css/monitor.css b/static/assets/css/monitor.css index 25a9430..8b44e4f 100644 --- a/static/assets/css/monitor.css +++ b/static/assets/css/monitor.css @@ -1,4 +1,5 @@ path { + pointer-events: none; stroke-width: 2; fill: none; } @@ -23,3 +24,18 @@ path { margin-left: auto; margin-right: auto; } + +.overlay { + fill: none; + pointer-events: all; +} + +.focus circle { + pointer-events: none; + fill: none; + stroke: steelblue; +} + +.focus text { + pointer-events: none; +} |