diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-29 13:18:35 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-29 13:18:35 -0400 |
| commit | 1bd678851632bbbb302363574eb5e3e19dc343e9 (patch) | |
| tree | 8526a6c84303f1dc5a5e284ec03c97cf3b3a6bac /src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss | |
| parent | c3eea60fa586e8ff9cf59497c041044fd0143bb1 (diff) | |
reorganized and mostly working northstar histograms.
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss new file mode 100644 index 000000000..9d42219cc --- /dev/null +++ b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss @@ -0,0 +1,26 @@ +.histogramboxprimitives-border { + border: 3px; + border-style: solid; + border-color: white; + pointer-events: none; + position: absolute; +} +.histogramboxprimitives-bar { + position: absolute; + border: 1px; + border-style: solid; + border-color: #282828; + pointer-events: all; +} + +.histogramboxprimitives-placer { + position: absolute; + pointer-events: none; + width: 100%; + height: 100%; +} +.histogramboxprimitives-line { + position: absolute; + background: darkGray; + opacity: 0.4; +}
\ No newline at end of file |
