aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBoxPrimitives.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/HistogramBoxPrimitives.scss')
-rw-r--r--src/client/views/nodes/HistogramBoxPrimitives.scss19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/client/views/nodes/HistogramBoxPrimitives.scss b/src/client/views/nodes/HistogramBoxPrimitives.scss
index c88d3a227..85f2c092d 100644
--- a/src/client/views/nodes/HistogramBoxPrimitives.scss
+++ b/src/client/views/nodes/HistogramBoxPrimitives.scss
@@ -1,10 +1,25 @@
.histogramboxprimitives-border {
- border: 1px;
+ border: 3px;
border-style: solid;
+ border-color: #282828;
pointer-events: none;
position: absolute;
- border-color: #282828;
}
.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: lightgray;
} \ No newline at end of file