-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcharts-all-debug.css
204 lines (204 loc) · 7.28 KB
/
charts-all-debug.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:8 */
.x-android-3 .x-surface-wrap,
.x-android-3 .x-surface-wrap > * {
-webkit-perspective: 1;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:12 */
.x-draw-container {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-ms-user-select: none;
cursor: default;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:17 */
.x-draw-container .x-inner {
overflow: hidden;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:22 */
.x-surface-canvas {
position: absolute;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:26 */
.x-chart-image {
width: 100%;
height: auto;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:31 */
.x-legend-container {
display: inline-block;
line-height: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
background: white;
-webkit-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
-moz-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:45 */
.x-legend-item {
padding: 0.8em 1em 0.8em 1.8em;
color: #333333;
background: rgba(255, 255, 255, 0);
max-width: 16em;
min-width: 0;
font-size: 13px;
font-family: helvetica, arial, verdana, sans-serif;
line-height: 13px;
font-weight: 300;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:61 */
.x-legend-inactive {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
opacity: 0.3;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:65 */
.x-legend-item-marker {
position: absolute;
width: 0.8em;
height: 0.8em;
-webkit-border-radius: 0.4em;
-moz-border-radius: 0.4em;
-ms-border-radius: 0.4em;
-o-border-radius: 0.4em;
border-radius: 0.4em;
-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
-moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
left: 0.7em;
top: 0.85em;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:75 */
.x-rtl > * > .x-legend-item {
padding: 0.8em 1.8em 0.8em 1em;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:79 */
.x-rtl > * > * > .x-legend-item-marker {
right: 0.7em;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:83 */
.x-legend,
.x-legend-panel {
background: white;
outline: none;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:88 */
.x-legend.x-docked-top .x-legend-item,
.x-legend.x-docked-bottom .x-legend-item,
.x-legend-panel.x-docked-top .x-legend-item,
.x-legend-panel.x-docked-bottom .x-legend-item {
border-left: 1px solid rgba(204, 204, 204, 0.5);
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:90 */
.x-legend.x-docked-top .x-legend-item:first-child,
.x-legend.x-docked-bottom .x-legend-item:first-child,
.x-legend-panel.x-docked-top .x-legend-item:first-child,
.x-legend-panel.x-docked-bottom .x-legend-item:first-child {
border-left: none;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:95 */
.x-legend.x-docked-top.x-rtl .x-legend-item:first-child,
.x-legend.x-docked-bottom.x-rtl .x-legend-item:first-child,
.x-legend-panel.x-docked-top.x-rtl .x-legend-item:first-child,
.x-legend-panel.x-docked-bottom.x-rtl .x-legend-item:first-child {
border-left: 1px solid rgba(204, 204, 204, 0.5);
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:98 */
.x-legend.x-docked-top.x-rtl .x-legend-item:last-child,
.x-legend.x-docked-bottom.x-rtl .x-legend-item:last-child,
.x-legend-panel.x-docked-top.x-rtl .x-legend-item:last-child,
.x-legend-panel.x-docked-bottom.x-rtl .x-legend-item:last-child {
border-left: none;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:105 */
.x-legend.x-docked-left .x-legend-item,
.x-legend.x-docked-right .x-legend-item,
.x-legend-panel.x-docked-left .x-legend-item,
.x-legend-panel.x-docked-right .x-legend-item {
border-top: 1px solid rgba(204, 204, 204, 0.5);
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:107 */
.x-legend.x-docked-left .x-legend-item:first-child,
.x-legend.x-docked-right .x-legend-item:first-child,
.x-legend-panel.x-docked-left .x-legend-item:first-child,
.x-legend-panel.x-docked-right .x-legend-item:first-child {
border-top: none;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:111 */
.x-legend.x-docked-left .x-legend-inner,
.x-legend.x-docked-right .x-legend-inner,
.x-legend-panel.x-docked-left .x-legend-inner,
.x-legend-panel.x-docked-right .x-legend-inner {
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:119 */
.x-legend.x-horizontal {
white-space: nowrap;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:121 */
.x-legend.x-horizontal .x-legend-item {
display: inline-block;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:126 */
.x-chart-toolbar {
position: absolute;
z-index: 9;
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
padding: 0.6em;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:132 */
.x-chart-toolbar .x-button {
margin: 0.2em;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:136 */
.x-chart-toolbar[data-side="left"],
.x-chart-toolbar[data-side="right"] {
top: 0;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
box-orient: vertical;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:141 */
.x-chart-toolbar[data-side="left"] {
left: 0;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:145 */
.x-chart-toolbar[data-side="right"] {
right: 0;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:149 */
.x-chart-toolbar[data-side="top"],
.x-chart-toolbar[data-side="bottom"] {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
box-orient: horizontal;
right: 0;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:154 */
.x-chart-toolbar[data-side="top"] {
top: 0;
}
/* http://localhost:1841/ext/packages/charts/sass/src/chart/AbstractChart.scss:158 */
.x-chart-toolbar[data-side="bottom"] {
bottom: 0;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
box-orient: horizontal;
}