-
Notifications
You must be signed in to change notification settings - Fork 2
/
lens-data-crossfilter.css
89 lines (72 loc) · 1.12 KB
/
lens-data-crossfilter.css
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
:host {
display: inline-block;
color: black;
width: 300px;
/*height: 300px;*/
}
.selector {
min-height: 10px;
display: inline-block;
max-height: 123px;
overflow-y: scroll;
}
.selector .col {
padding: 1px;
border: 1px solid #EEE;
}
.selector .core-selected {
background-color: #ccc;
}
.label {
display: block;
color: #2fa3af;
}
input.col-name {
width: 8em !important;
}
.chart {
display: inline-block;
height: 151px;
margin-bottom: 20px;
}
.reset {
padding-left: 1em;
font-size: smaller;
color: #ccc;
}
.background.bar {
fill: #ccc;
}
.foreground.bar {
fill: steelblue;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.axis text {
font: 10px sans-serif;
}
.brush rect.extent {
fill: steelblue;
fill-opacity: .125;
}
.brush .resize path {
fill: #eee;
stroke: #666;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
aside {
position: absolute;
left: 740px;
font-size: smaller;
width: 220px;
}