www/jqwidgets/styles/jqx.arctic.css

changeset 1
37f1a08315f3
child 733
67bf19c50fcc
equal deleted inserted replaced
0:033898178630 1:37f1a08315f3
1 /*Rounded Corners*/
2 /*top-left rounded Corners*/
3 .jqx-rc-tl-arctic {
4 -moz-border-radius-topleft: 4px;
5 -webkit-border-top-left-radius: 4px;
6 border-top-left-radius: 4px;
7 }
8 /*top-right rounded Corners*/
9 .jqx-rc-tr-arctic {
10 -moz-border-radius-topright: 4px;
11 -webkit-border-top-right-radius: 4px;
12 border-top-right-radius: 4px;
13 }
14 /*bottom-left rounded Corners*/
15 .jqx-rc-bl-arctic {
16 -moz-border-radius-bottomleft: 4px;
17 -webkit-border-bottom-left-radius: 4px;
18 border-bottom-left-radius: 4px;
19 }
20 /*bottom-right rounded Corners*/
21 .jqx-rc-br-arctic {
22 -moz-border-radius-bottomright: 4px;
23 -webkit-border-bottom-right-radius: 4px;
24 border-bottom-right-radius: 4px;
25 }
26 /*top rounded Corners*/
27 .jqx-rc-t-arctic {
28 -moz-border-radius-topleft: 4px;
29 -webkit-border-top-left-radius: 4px;
30 border-top-left-radius: 4px;
31 -moz-border-radius-topright: 4px;
32 -webkit-border-top-right-radius: 4px;
33 border-top-right-radius: 4px;
34 }
35 /*bottom rounded Corners*/
36 .jqx-rc-b-arctic {
37 -moz-border-radius-bottomleft: 4px;
38 -webkit-border-bottom-left-radius: 4px;
39 border-bottom-left-radius: 4px;
40 -moz-border-radius-bottomright: 4px;
41 -webkit-border-bottom-right-radius: 4px;
42 border-bottom-right-radius: 4px;
43 }
44 /*right rounded Corners*/
45 .jqx-rc-r-arctic {
46 -moz-border-radius-topright: 4px;
47 -webkit-border-top-right-radius: 4px;
48 border-top-right-radius: 4px;
49 -moz-border-radius-bottomright: 4px;
50 -webkit-border-bottom-right-radius: 4px;
51 border-bottom-right-radius: 4px;
52 }
53 /*left rounded Corners*/
54 .jqx-rc-l-arctic {
55 -moz-border-radius-topleft: 4px;
56 -webkit-border-top-left-radius: 4px;
57 border-top-left-radius: 4px;
58 -moz-border-radius-bottomleft: 4px;
59 -webkit-border-bottom-left-radius: 4px;
60 border-bottom-left-radius: 4px;
61 }
62 /*all rounded Corners*/
63 .jqx-rc-all-arctic {
64 -moz-border-radius: 4px;
65 -webkit-border-radius: 4px;
66 border-radius: 4px;
67 }
68
69 .jqx-widget-arctic, .jqx-widget-header-arctic, .jqx-fill-state-normal-arctic,
70 .jqx-widget-content-arctic, .jqx-fill-state-hover-arctic, .jqx-fill-state-pressed-arctic {
71 -webkit-transition: box-shadow linear 0.2s;
72 -moz-transition: box-shadow linear 0.1s;
73 -o-transition: box-shadow linear 0.1s;
74 transition: box-shadow linear 0.1s;
75 }
76
77 .jqx-widget-content-arctic {
78 background-color: #ffffff;
79 border-color: #cccccc;
80 }
81
82 .jqx-widget-header-arctic {
83 color: #333333;
84 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
85 background-color:#f0f0f0;
86 background:#f0f0f0;
87 background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
88 background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
89 background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
90 background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
91 border-color:#cccccc;
92 *zoom: 1;
93 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
94 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
95 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
96 }
97
98 .jqx-button-arctic, .jqx-fill-state-normal-arctic {
99 color: #333333;
100 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
101 background:#f0f0f0;
102 background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
103 background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
104 background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
105 background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
106 border-color: #cccccc;
107 *zoom: 1;
108 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
109 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
110 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
111 }
112
113 .jqx-fill-state-hover-arctic {
114 text-shadow: 0 1px 0 rgb(240, 240, 240);
115 border-color: #b2b2b2;
116 border-color: rgba(0, 0, 0, 0.3);
117 color: black;
118 background-color: #f0f0f0;
119 background-image: linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
120 background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
121 background-image: -moz-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
122 background-image: -o-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
123 box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
124 -webkit-box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
125 -moz-box-shadow: 0 1px 0 #f0f0f0, inset 0 1px 2px #f0f0f0;
126 }
127 .jqx-fill-state-pressed-arctic {
128 color: #333333;
129 background-color: #e6e6e6;
130 *background-color: #d9d9d9;
131 }
132
133 .jqx-fill-state-hover-arctic, .jqx-fill-state-focus-arctic {
134 color: #333333;
135 text-decoration: none;
136 }
137
138 .jqx-fill-state-pressed-arctic {
139 background-image: none;
140 outline: 0;
141 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
142 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
143 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
144 }
145
146 .jqx-grid-cell-arctic {
147 -webkit-box-shadow: none;
148 -moz-box-shadow: none;
149 box-shadow: none;
150 }
151
152 .jqx-grid-column-menubutton-arctic {
153 background-color: transparent;
154 border-color: #cccccc;
155 }
156
157 .jqx-calendar-row-header-arctic, .jqx-calendar-top-left-header-arctic {
158 background-color: #f0f0f0;
159 border: 0px solid #f2f2f2;
160 }
161
162 .jqx-calendar-column-header-arctic {
163 background-color: #FFF;
164 border-top: 1px solid #FFF;
165 border-bottom: 1px solid #e9e9e9;
166 }
167
168 .jqx-expander-header-arctic {
169 -webkit-box-shadow: none;
170 -moz-box-shadow: none;
171 box-shadow: none;
172 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
173 background:#f0f0f0;
174 background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
175 background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
176 background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
177 background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
178 border-color:#cccccc;
179 *zoom: 1;
180 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
181 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
182 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
183 }
184 .jqx-ribbon-header-vertical-arctic, .jqx-widget-header-vertical-arctic {
185 background:#f0f0f0;
186 background:-ms-linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
187 background:linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
188 }
189
190 .jqx-scrollbar-state-normal-arctic {
191 background-color: #f8f8f8;
192 border: 1px solid #f8f8f8;
193 }
194
195 .jqx-scrollbar-thumb-state-normal-arctic, .jqx-scrollbar-thumb-state-normal-horizontal-arctic {
196 background: #f5f5f5;
197 border-color: #b3b3b3;
198 }
199
200 .jqx-scrollbar-thumb-state-hover-arctic, .jqx-scrollbar-thumb-state-hover-horizontal-arctic {
201 background: #e6e6e6;
202 border-color: #b3b3b3;
203 box-shadow: none;
204 -webkit-box-shadow: none;
205 -moz-box-shadow: none;
206 }
207
208 .jqx-progressbar-arctic {
209 background: #f7f7f7 !important;
210 -webkit-box-shadow: none;
211 -moz-box-shadow: none;
212 box-shadow: none;
213 }
214
215 .jqx-progressbar-value-arctic, .jqx-splitter-collapse-button-horizontal-arctic {
216 background-color: #0081c2;
217 background-repeat: repeat-x;
218 background-image: linear-gradient(to bottom, #149bdf, #0480be);
219 }
220
221 .jqx-splitter-collapse-button-vertical-arctic, .jqx-progressbar-value-vertical-arctic {
222 background-color: #0081c2;
223 background-repeat: repeat-x;
224 background-image: linear-gradient(to right, #149bdf, #0480be);
225 }
226
227 .jqx-scrollbar-thumb-state-pressed-arctic, .jqx-splitter-splitbar-vertical-arctic, .jqx-splitter-splitbar-horizontal-arctic, .jqx-scrollbar-thumb-state-pressed-horizontal-arctic {
228 background: #d9d9d9;
229 border-color: #b3b3b3;
230 box-shadow: none;
231 -webkit-box-shadow: none;
232 -moz-box-shadow: none;
233 }
234
235 .jqx-grid-column-sortdescbutton-arctic, jqx-grid-column-filterbutton-arctic, .jqx-grid-column-sortascbutton-arctic {
236 background-color: transparent;
237 border-style: solid;
238 border-width: 0px 0px 0px 0px;
239 border-color: #cccccc;
240 }
241
242 .jqx-slider-rangebar-arctic {
243 background: #cccccc;
244 }
245
246 .jqx-menu-vertical-arctic {
247 background: #ffffff;
248 filter: none;
249 }
250
251 .jqx-checkbox-check-checked-arctic {
252 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
253 }
254 .jqx-checkbox-hover {
255 box-shadow: none;
256 -webkit-box-shadow: none;
257 -moz-box-shadow: none;
258 }
259 .jqx-combobox-content-arctic, .jqx-input-arctic {
260 }
261
262 .jqx-combobox-content-arctic {
263 border-color: #cccccc;
264 border-color: rgba(0, 0, 0, 0.25);
265 }
266
267 .jqx-grid-bottomright-arctic, .jqx-panel-bottomright-arctic, .jqx-listbox-bottomright-arctic {
268 background-color: #efefef;
269 }
270
271 .jqx-window-arctic, .jqx-tooltip-arctic {
272 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
273 }
274
275 .jqx-docking-arctic .jqx-window-arctic {
276 box-shadow: none;
277 }
278
279 .jqx-docking-panel-arctic .jqx-window-arctic {
280 box-shadow: none;
281 }
282
283 .jqx-radiobutton-arctic {
284 box-shadow: none;
285 -webkit-box-shadow: none;
286 -moz-box-shadow: none;
287 background-repeat: no-repeat;
288 background: none;
289 }
290
291 .jqx-radiobutton-arctic-arctic, .jqx-radiobutton-hover-arctic {
292 -moz-border-radius: 100%;
293 -webkit-border-radius: 100%;
294 border-radius: 100%;
295 background-repeat: no-repeat;
296 }
297
298 .jqx-radiobutton-check-checked-arctic {
299 filter: none;
300 background: #666;
301 background-repeat: no-repeat;
302 -moz-border-radius: 100%;
303 -webkit-border-radius: 100%;
304 border-radius: 100%;
305 }
306
307 .jqx-radiobutton-check-indeterminate-arctic {
308 filter: none;
309 background: #999;
310 -moz-border-radius: 100%;
311 -webkit-border-radius: 100%;
312 border-radius: 100%;
313 }
314
315 .jqx-radiobutton-check-indeterminate-disabled-arctic {
316 filter: none;
317 background: #999;
318 -moz-border-radius: 100%;
319 -webkit-border-radius: 100%;
320 border-radius: 100%;
321 }
322
323 .jqx-slider-track-horizontal-arctic, .jqx-slider-track-vertical-arctic {
324 border-color: #cccccc;
325 background: #f0f0f0;
326 }
327
328 .jqx-slider-button-arctic {
329 -moz-border-radius: 100%;
330 -webkit-border-radius: 100%;
331 border-radius: 100%;
332 }
333
334 /*applied to a list item when the item is selected.*/
335 .jqx-listitem-state-hover-arctic, .jqx-menu-item-hover-arctic, .jqx-tree-item-hover-arctic, .jqx-calendar-cell-hover-arctic, .jqx-grid-cell-hover-arctic,
336 .jqx-menu-vertical-arctic .jqx-menu-item-top-hover-arctic, .jqx-input-popup-arctic .jqx-fill-state-hover-arctic,
337 .jqx-input-popup-arctic .jqx-fill-state-pressed-arctic {
338 color: #ffffff !important;
339 border-color: #316293 #316293 #29547E !important;
340 text-decoration: none;
341 background-color: #0081c2;
342 background-repeat: repeat-x;
343 outline: 0;
344 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
345 background: #2f7eb6; /* Old browsers */
346 -webkit-box-shadow: none;
347 -moz-box-shadow: none;
348 box-shadow: none;
349 background-position: 0 0;
350 }
351
352 .jqx-listitem-state-selected-arctic, .jqx-menu-item-selected-arctic, .jqx-tree-item-selected-arctic, .jqx-calendar-cell-selected-arctic, .jqx-grid-cell-selected-arctic,
353 .jqx-menu-vertical-arctic .jqx-menu-item-top-selected-arctic, .jqx-grid-selectionarea-arctic, .jqx-input-button-header-arctic, .jqx-input-button-innerHeader-arctic {
354 color: #ffffff !important;
355 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
356 background-color: #003399;
357 *background-color: #003399;
358 background-repeat: repeat-x;
359 border-color: #316293 #316293 #29547E !important;
360 background: #356aa0; /* Old browsers */
361 -webkit-box-shadow: none;
362 -moz-box-shadow: none;
363 box-shadow: none;
364 }
365
366 .jqx-grid-cell-arctic .jqx-button-arctic, .jqx-grid-cell-arctic .jqx-button-arctic.jqx-fill-state-hover-arctic, .jqx-grid-cell-arctic .jqx-button-arctic.jqx-fill-state-pressed-arctic {
367 -webkit-box-shadow: none;
368 -moz-box-shadow: none;
369 box-shadow: none;
370 -webkit-transition: none;
371 -moz-transition: none;
372 -o-transition: none;
373 transition: none;
374 }
375
376 .jqx-popup-arctic {
377 border: 1px solid #ccc;
378 *border-right-width: 2px;
379 *border-bottom-width: 2px;
380 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
381 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
382 }
383 .jqx-grid-column-sortascbutton-arctic, .jqx-expander-arrow-bottom-arctic, .jqx-window-collapse-button-arctic, .jqx-menu-item-arrow-up-arctic, .jqx-menu-item-arrow-up-selected-arctic, .jqx-menu-item-arrow-top-up-arctic, .jqx-icon-arrow-up-arctic, .jqx-icon-arrow-up-hover-arctic, .jqx-icon-arrow-up-selected-arctic {
384 background-image: url('images/icon-up.png');
385 background-repeat: no-repeat;
386 background-position: center;
387 }
388
389 .jqx-widget-arctic .jqx-grid-group-expand-arctic, .jqx-grid-group-expand-arctic, .jqx-grid-column-menubutton-arctic, .jqx-grid-column-sortdescbutton-arctic, .jqx-expander-arrow-top-arctic, .jqx-window-collapse-button-collapsed-arctic, .jqx-menu-item-arrow-down-arctic, .jqx-menu-item-arrow-down-selected-arctic, .jqx-menu-item-arrow-down-arctic, .jqx-icon-arrow-down-arctic, .jqx-icon-arrow-down-hover-arctic, .jqx-icon-arrow-down-selected-arctic {
390 background-image: url('images/icon-down.png');
391 background-repeat: no-repeat;
392 background-position: center;
393 }
394
395 .jqx-tabs-arrow-left-arctic, .jqx-menu-item-arrow-left-selected-arctic, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-arctic, .jqx-icon-arrow-down-left-arctic, .jqx-icon-arrow-left-selected-arctic {
396 background-image: url('images/icon-left.png');
397 background-repeat: no-repeat;
398 background-position: center;
399 }
400
401 .jqx-widget-arctic .jqx-grid-group-collapse-arctic, .jqx-grid-group-collapse-arctic, .jqx-tabs-arrow-right-arctic, .jqx-menu-item-arrow-right-selected-arctic, .jqx-menu-item-arrow-top-right-arctic, .jqx-icon-arrow-right-arctic, .jqx-icon-arrow-right-hover-arctic, .jqx-icon-arrow-right-selected-arctic {
402 background-image: url('images/icon-right.png');
403 background-repeat: no-repeat;
404 background-position: center;
405 }
406
407 .jqx-tree-item-arrow-collapse-rtl-arctic, .jqx-tree-item-arrow-collapse-hover-rtl-arctic {
408 background-image: url(images/icon-left.png);
409 }
410
411 .jqx-menu-item-arrow-left-selected-arctic {
412 background-image: url('images/icon-left-white.png');
413 background-repeat: no-repeat;
414 background-position: center;
415 }
416
417 .jqx-menu-item-arrow-right-selected-arctic {
418 background-image: url('images/icon-right-white.png');
419 background-repeat: no-repeat;
420 background-position: center;
421 }
422
423 .jqx-input-button-content-arctic {
424 font-size: 10px;
425 }
426 .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ccc;}
427 .jqx-combobox-content-arctic, .jqx-input-arctic {
428 border-color: #cccccc;
429 color: #555555;
430 background-color: #ffffff;
431 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
432 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
433 }
434
435 .jqx-combobox-content-arctic, .jqx-combobox-arctic, .jqx-combobox-state-normal-arctic {
436 border-color: #cccccc;
437 }
438
439 .jqx-combobox-content-focus-arctic, .jqx-combobox-state-focus-arctic, .jqx-fill-state-focus-arctic,
440 .jqx-numberinput-focus-arctic {
441 outline: none;
442 border-color: #959595;
443 }
444
445
446 input[type="text"].jqx-input-arctic, input[type="password"].jqx-input-arctic, input[type="text"].jqx-widget-content-arctic, input[type="textarea"].jqx-widget-content-arctic, textarea.jqx-input-arctic {
447 padding-left: 0px !important;
448 }
449
450 input[type="text"].jqx-input-arctic:-moz-placeholder, input[type="text"].jqx-widget-content-arctic:-moz-placeholder, input[type="textarea"].jqx-widget-content-arctic:-moz-placeholder, textarea.jqx-input-arctic:-moz-placeholder {
451 color: #999999;
452 }
453
454 input[type="text"].jqx-input-arctic:-webkit-input-placeholder, input[type="text"].jqx-widget-content-arctic:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-arctic:-webkit-input-placeholder, textarea.jqx-input-arctic:-webkit-input-placeholder {
455 color: #999999;
456 }
457
458 input[type="text"].jqx-input-arctic:-ms-input-placeholder, input[type="text"].jqx-widget-content-arctic:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-arctic:-ms-input-placeholder, textarea.jqx-input-arctic:-ms-input-placeholder {
459 color: #999999;
460 }
461
462 .jqx-slider-rangebar-arctic {
463 border-color: #0081c2;
464 background: #0081c2;
465 }
466
467 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-expand-arctic,
468 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-expand-arctic {
469 background-image: url('images/icon-down-white.png');
470 background-repeat: no-repeat;
471 background-position: center;
472 }
473 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-collapse-arctic,
474 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-collapse-arctic {
475 background-image: url('images/icon-right-white.png');
476 background-repeat: no-repeat;
477 background-position: center;
478 }
479 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-collapse-rtl-arctic,
480 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-collapse-rtl-arctic {
481 background-image: url('images/icon-left-white.png');
482 background-repeat: no-repeat;
483 background-position: center;
484 }
485 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-expand-rtl-arctic,
486 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-expand-rtl-arctic {
487 background-image: url('images/icon-down-white.png');
488 background-repeat: no-repeat;
489 background-position: center;
490 }
491 .jqx-tabs-title-selected-top-arctic, .jqx-tabs-selection-tracker-top-arctic {
492 border-color: #CCCCCC;
493 border-bottom: 1px solid #fff;
494 text-shadow: 0 1px 0 #f2f2f2;
495 filter: none;
496 background: #fff;
497 -webkit-box-shadow: none;
498 -moz-box-shadow: none;
499 box-shadow: none;
500 }
501
502 .jqx-tabs-title-selected-bottom-arctic, .jqx-tabs-selection-tracker-bottom-arctic {
503 border-color: #CCCCCC;
504 border-top: 1px solid #fff;
505 text-shadow: 0 1px 0 #f2f2f2;
506 filter: none;
507 background: #fff;
508 -webkit-box-shadow: none;
509 -moz-box-shadow: none;
510 box-shadow: none;
511 }
512 .jqx-tabs-title-hover-top-arctic, .jqx-tabs-title-hover-bottom-arctic, .jqx-tabs-header-arctic
513 {
514 -webkit-box-shadow: none !important;
515 -moz-box-shadow: none !important;
516 box-shadow: none !important;
517 }
518 .jqx-window-collapse-button-arctic
519 {
520 margin-top: 2px;
521 }
522 .jqx-window-collapse-button-collapsed-arctic {
523 margin-top: 0px;
524 }
525 .jqx-layout-arctic
526 {
527 background-color: #cccccc;
528 }
529 .jqx-kanban-column-header-collapsed-arctic {
530 background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
531 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(234,234,234,1))); /* safari4+,chrome */
532 background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
533 background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
534 background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
535 background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
536 }

mercurial