blob: 85f2c092d0832be0c73bceb45a05f367184ca03f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.histogramboxprimitives-border {
border: 3px;
border-style: solid;
border-color: #282828;
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: lightgray;
}
|