diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-04-07 10:34:27 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-04-07 10:34:27 -0400 |
| commit | 2c248fdf429d70424e398ff2b718c89f802025e9 (patch) | |
| tree | ae0737b78b75dffc30002e4048abd32fe038eb78 /src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss | |
| parent | 49310acbdfd7ca239c939208b3766c54e980f6f1 (diff) | |
| parent | b680f3db2f9fb6dc65f47848234e96453ef60a5c (diff) | |
ab committed this
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss index ce9edd65e..26203612a 100644 --- a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss +++ b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss @@ -4,10 +4,11 @@ } .histogramboxprimitives-border { border: 3px; - border-style: solid; - border-color: white; pointer-events: none; position: absolute; + fill:"transparent"; + stroke: white; + stroke-width: 1px; } .histogramboxprimitives-bar { position: absolute; @@ -23,8 +24,19 @@ width: 100%; height: 100%; } +.histogramboxprimitives-svgContainer { + position: absolute; + top:0; + left:0; + width:100%; + height: 100%; +} .histogramboxprimitives-line { position: absolute; background: darkGray; + stroke: darkGray; + stroke-width: 1px; + width:100%; + height:100%; opacity: 0.4; }
\ No newline at end of file |
