]> git.proxmox.com Git - extjs.git/blame - extjs/build/packages/charts/classic/classic/resources/charts-all-debug.css
add extjs 6.0.1 sources
[extjs.git] / extjs / build / packages / charts / classic / classic / resources / charts-all-debug.css
CommitLineData
6527f429
DM
1/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:8 */
2.x-android-3 .x-surface-wrap,
3.x-android-3 .x-surface-wrap > * {
4 -webkit-perspective: 1;
5}
6/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:12 */
7.x-draw-container {
8 position: relative;
9 -webkit-user-select: none;
10 -moz-user-select: none;
11 user-select: none;
12 -ms-user-select: none;
13 cursor: default;
14}
15/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:17 */
16.x-draw-container .x-inner {
17 overflow: hidden;
18}
19/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:22 */
20.x-surface-canvas {
21 position: absolute;
22}
23/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:26 */
24.x-chart-image {
25 width: 100%;
26 height: auto;
27}
28/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:31 */
29.x-legend-container {
30 display: inline-block;
31 line-height: 0;
32 -webkit-border-radius: 3px;
33 -moz-border-radius: 3px;
34 -ms-border-radius: 3px;
35 -o-border-radius: 3px;
36 border-radius: 3px;
37 border: 1px solid #ccc;
38 background: #fff;
39 -webkit-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
40 -moz-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
41 box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
42}
43/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:45 */
44.x-legend-item {
45 padding: 0.8em 1em 0.8em 1.8em;
46 color: #333;
47 background: rgba(255, 255, 255, 0);
48 max-width: 16em;
49 min-width: 0;
50 font-size: 12px;
51 font-family: tahoma, arial, verdana, sans-serif;
52 line-height: 12px;
53 font-weight: normal;
54 white-space: nowrap;
55 overflow: hidden;
56 text-overflow: ellipsis;
57 position: relative;
58}
59/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:61 */
60.x-legend-inactive {
61 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
62 opacity: 0.3;
63}
64/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:65 */
65.x-legend-item-marker {
66 position: absolute;
67 width: 0.8em;
68 height: 0.8em;
69 -webkit-border-radius: 0.4em;
70 -moz-border-radius: 0.4em;
71 -ms-border-radius: 0.4em;
72 -o-border-radius: 0.4em;
73 border-radius: 0.4em;
74 -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
75 -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
76 box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
77 left: 0.7em;
78 top: 0.85em;
79}
80/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:77 */
81.x-rtl > * > .x-legend-item {
82 padding: 0.8em 1.8em 0.8em 1em;
83}
84/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:81 */
85.x-rtl > * > * > .x-legend-item-marker {
86 right: 0.7em;
87}
88/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:85 */
89.x-legend,
90.x-legend-panel {
91 background: #fff;
92 outline: none;
93}
94/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:90 */
95.x-legend.x-docked-top .x-legend-item,
96.x-legend.x-docked-bottom .x-legend-item,
97.x-legend-panel.x-docked-top .x-legend-item,
98.x-legend-panel.x-docked-bottom .x-legend-item {
99 border-left: 1px solid rgba(204, 204, 204, 0.5);
100}
101/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:92 */
102.x-legend.x-docked-top .x-legend-item:first-child,
103.x-legend.x-docked-bottom .x-legend-item:first-child,
104.x-legend-panel.x-docked-top .x-legend-item:first-child,
105.x-legend-panel.x-docked-bottom .x-legend-item:first-child {
106 border-left: none;
107}
108/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:97 */
109.x-legend.x-docked-top.x-rtl .x-legend-item:first-child,
110.x-legend.x-docked-bottom.x-rtl .x-legend-item:first-child,
111.x-legend-panel.x-docked-top.x-rtl .x-legend-item:first-child,
112.x-legend-panel.x-docked-bottom.x-rtl .x-legend-item:first-child {
113 border-left: 1px solid rgba(204, 204, 204, 0.5);
114}
115/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:100 */
116.x-legend.x-docked-top.x-rtl .x-legend-item:last-child,
117.x-legend.x-docked-bottom.x-rtl .x-legend-item:last-child,
118.x-legend-panel.x-docked-top.x-rtl .x-legend-item:last-child,
119.x-legend-panel.x-docked-bottom.x-rtl .x-legend-item:last-child {
120 border-left: none;
121}
122/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:107 */
123.x-legend.x-docked-left .x-legend-item,
124.x-legend.x-docked-right .x-legend-item,
125.x-legend-panel.x-docked-left .x-legend-item,
126.x-legend-panel.x-docked-right .x-legend-item {
127 border-top: 1px solid rgba(204, 204, 204, 0.5);
128}
129/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:109 */
130.x-legend.x-docked-left .x-legend-item:first-child,
131.x-legend.x-docked-right .x-legend-item:first-child,
132.x-legend-panel.x-docked-left .x-legend-item:first-child,
133.x-legend-panel.x-docked-right .x-legend-item:first-child {
134 border-top: none;
135}
136/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:113 */
137.x-legend.x-docked-left .x-legend-inner,
138.x-legend.x-docked-right .x-legend-inner,
139.x-legend-panel.x-docked-left .x-legend-inner,
140.x-legend-panel.x-docked-right .x-legend-inner {
141 display: -webkit-box;
142 -webkit-box-align: center;
143 -webkit-box-pack: center;
144}
145/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:121 */
146.x-legend.x-horizontal {
147 white-space: nowrap;
148}
149/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:123 */
150.x-legend.x-horizontal .x-legend-item {
151 display: inline-block;
152}
153/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:128 */
154.x-chart-toolbar {
155 position: absolute;
156 z-index: 9;
157 display: -webkit-box;
158 display: -moz-box;
159 display: -ms-box;
160 display: box;
161 padding: 0.6em;
162}
163/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:134 */
164.x-chart-toolbar .x-button {
165 margin: 0.2em;
166}
167/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:138 */
168.x-chart-toolbar[data-side=left],
169.x-chart-toolbar[data-side=right] {
170 top: 0;
171 -webkit-box-orient: vertical;
172 -moz-box-orient: vertical;
173 -ms-box-orient: vertical;
174 box-orient: vertical;
175}
176/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:143 */
177.x-chart-toolbar[data-side=left] {
178 left: 0;
179}
180/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:147 */
181.x-chart-toolbar[data-side=right] {
182 right: 0;
183}
184/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:151 */
185.x-chart-toolbar[data-side=top],
186.x-chart-toolbar[data-side=bottom] {
187 -webkit-box-orient: horizontal;
188 -moz-box-orient: horizontal;
189 -ms-box-orient: horizontal;
190 box-orient: horizontal;
191 right: 0;
192}
193/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:156 */
194.x-chart-toolbar[data-side=top] {
195 top: 0;
196}
197/* http://localhost:1842/packages/charts/sass/src/chart/AbstractChart.scss:160 */
198.x-chart-toolbar[data-side=bottom] {
199 bottom: 0;
200 -webkit-box-orient: horizontal;
201 -moz-box-orient: horizontal;
202 -ms-box-orient: horizontal;
203 box-orient: horizontal;
204}