www-thermferm/jqwidgets/styles/jqx.arctic.css

changeset 117
7119ea8a5225
child 301
dbaed96a4a0c
equal deleted inserted replaced
116:065a242ed7ec 117:7119ea8a5225
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
185 .jqx-scrollbar-state-normal-arctic {
186 background-color: #f8f8f8;
187 border: 1px solid #f8f8f8;
188 }
189
190 .jqx-scrollbar-thumb-state-normal-arctic, .jqx-scrollbar-thumb-state-normal-horizontal-arctic {
191 background: #f5f5f5;
192 border-color: #b3b3b3;
193 }
194
195 .jqx-scrollbar-thumb-state-hover-arctic, .jqx-scrollbar-thumb-state-hover-horizontal-arctic {
196 background: #e6e6e6;
197 border-color: #b3b3b3;
198 box-shadow: none;
199 -webkit-box-shadow: none;
200 -moz-box-shadow: none;
201 }
202
203 .jqx-progressbar-arctic {
204 background: #f7f7f7 !important;
205 -webkit-box-shadow: none;
206 -moz-box-shadow: none;
207 box-shadow: none;
208 }
209
210 .jqx-progressbar-value-arctic, .jqx-splitter-collapse-button-horizontal-arctic {
211 background-color: #0081c2;
212 background-repeat: repeat-x;
213 background-image: linear-gradient(to bottom, #149bdf, #0480be);
214 }
215
216 .jqx-splitter-collapse-button-vertical-arctic, .jqx-progressbar-value-vertical-arctic {
217 background-color: #0081c2;
218 background-repeat: repeat-x;
219 background-image: linear-gradient(to right, #149bdf, #0480be);
220 }
221
222 .jqx-scrollbar-thumb-state-pressed-arctic, .jqx-splitter-splitbar-vertical-arctic, .jqx-splitter-splitbar-horizontal-arctic, .jqx-scrollbar-thumb-state-pressed-horizontal-arctic {
223 background: #d9d9d9;
224 border-color: #b3b3b3;
225 box-shadow: none;
226 -webkit-box-shadow: none;
227 -moz-box-shadow: none;
228 }
229
230 .jqx-grid-column-sortdescbutton-arctic, jqx-grid-column-filterbutton-arctic, .jqx-grid-column-sortascbutton-arctic {
231 background-color: transparent;
232 border-style: solid;
233 border-width: 0px 0px 0px 0px;
234 border-color: #cccccc;
235 }
236
237 .jqx-slider-rangebar-arctic {
238 background: #cccccc;
239 }
240
241 .jqx-menu-vertical-arctic {
242 background: #ffffff;
243 filter: none;
244 }
245
246 .jqx-checkbox-check-checked-arctic {
247 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
248 }
249 .jqx-checkbox-hover {
250 box-shadow: none;
251 -webkit-box-shadow: none;
252 -moz-box-shadow: none;
253 }
254 .jqx-combobox-content-arctic, .jqx-input-arctic {
255 }
256
257 .jqx-combobox-content-arctic {
258 border-color: #cccccc;
259 border-color: rgba(0, 0, 0, 0.25);
260 }
261
262 .jqx-grid-bottomright-arctic, .jqx-panel-bottomright-arctic, .jqx-listbox-bottomright-arctic {
263 background-color: #efefef;
264 }
265
266 .jqx-window-arctic, .jqx-tooltip-arctic {
267 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
268 }
269
270 .jqx-docking-arctic .jqx-window-arctic {
271 box-shadow: none;
272 }
273
274 .jqx-docking-panel-arctic .jqx-window-arctic {
275 box-shadow: none;
276 }
277
278 .jqx-radiobutton-arctic {
279 box-shadow: none;
280 -webkit-box-shadow: none;
281 -moz-box-shadow: none;
282 -moz-border-radius: 100%;
283 -webkit-border-radius: 100%;
284 border-radius: 100%;
285 background-repeat: no-repeat;
286 background: none;
287 }
288
289 .jqx-radiobutton-arctic-arctic, .jqx-radiobutton-hover-arctic {
290 -moz-border-radius: 100%;
291 -webkit-border-radius: 100%;
292 border-radius: 100%;
293 background-repeat: no-repeat;
294 }
295
296 .jqx-radiobutton-check-checked-arctic {
297 filter: none;
298 background: #666;
299 background-repeat: no-repeat;
300 -moz-border-radius: 100%;
301 -webkit-border-radius: 100%;
302 border-radius: 100%;
303 }
304
305 .jqx-radiobutton-check-indeterminate-arctic {
306 filter: none;
307 background: #999;
308 -moz-border-radius: 100%;
309 -webkit-border-radius: 100%;
310 border-radius: 100%;
311 }
312
313 .jqx-radiobutton-check-indeterminate-disabled-arctic {
314 filter: none;
315 background: #999;
316 -moz-border-radius: 100%;
317 -webkit-border-radius: 100%;
318 border-radius: 100%;
319 }
320
321 .jqx-slider-track-horizontal-arctic, .jqx-slider-track-vertical-arctic {
322 border-color: #cccccc;
323 background: #f0f0f0;
324 }
325
326 .jqx-slider-button-arctic {
327 -moz-border-radius: 100%;
328 -webkit-border-radius: 100%;
329 border-radius: 100%;
330 }
331
332 /*applied to a list item when the item is selected.*/
333 .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,
334 .jqx-menu-vertical-arctic .jqx-menu-item-top-hover-arctic, .jqx-input-popup-arctic .jqx-fill-state-hover-arctic,
335 .jqx-input-popup-arctic .jqx-fill-state-pressed-arctic {
336 color: #ffffff !important;
337 border-color: #316293 #316293 #29547E !important;
338 text-decoration: none;
339 background-color: #0081c2;
340 background-repeat: repeat-x;
341 outline: 0;
342 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
343 background: #2f7eb6; /* Old browsers */
344 -webkit-box-shadow: none;
345 -moz-box-shadow: none;
346 box-shadow: none;
347 background-position: 0 0;
348 }
349
350 .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,
351 .jqx-menu-vertical-arctic .jqx-menu-item-top-selected-arctic, .jqx-grid-selectionarea-arctic, .jqx-input-button-header-arctic, .jqx-input-button-innerHeader-arctic {
352 color: #ffffff !important;
353 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
354 background-color: #003399;
355 *background-color: #003399;
356 background-repeat: repeat-x;
357 border-color: #316293 #316293 #29547E !important;
358 background: #356aa0; /* Old browsers */
359 -webkit-box-shadow: none;
360 -moz-box-shadow: none;
361 box-shadow: none;
362 }
363
364 .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 {
365 -webkit-box-shadow: none;
366 -moz-box-shadow: none;
367 box-shadow: none;
368 -webkit-transition: none;
369 -moz-transition: none;
370 -o-transition: none;
371 transition: none;
372 }
373
374 .jqx-popup-arctic {
375 border: 1px solid #ccc;
376 *border-right-width: 2px;
377 *border-bottom-width: 2px;
378 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
379 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
380 }
381 .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 {
382 background-image: url('images/icon-up.png');
383 background-repeat: no-repeat;
384 background-position: center;
385 }
386
387 .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 {
388 background-image: url('images/icon-down.png');
389 background-repeat: no-repeat;
390 background-position: center;
391 }
392
393 .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 {
394 background-image: url('images/icon-left.png');
395 background-repeat: no-repeat;
396 background-position: center;
397 }
398
399 .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 {
400 background-image: url('images/icon-right.png');
401 background-repeat: no-repeat;
402 background-position: center;
403 }
404
405 .jqx-tree-item-arrow-collapse-rtl-arctic, .jqx-tree-item-arrow-collapse-hover-rtl-arctic {
406 background-image: url(images/icon-left.png);
407 }
408
409 .jqx-menu-item-arrow-left-selected-arctic {
410 background-image: url('images/icon-left-white.png');
411 background-repeat: no-repeat;
412 background-position: center;
413 }
414
415 .jqx-menu-item-arrow-right-selected-arctic {
416 background-image: url('images/icon-right-white.png');
417 background-repeat: no-repeat;
418 background-position: center;
419 }
420
421 .jqx-input-button-content-arctic {
422 font-size: 10px;
423 }
424 .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ccc;}
425 .jqx-combobox-content-arctic, .jqx-input-arctic {
426 border-color: #cccccc;
427 color: #555555;
428 background-color: #ffffff;
429 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
430 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
431 }
432
433 .jqx-combobox-content-arctic, .jqx-combobox-arctic, .jqx-combobox-state-normal-arctic {
434 border-color: #cccccc;
435 }
436
437 .jqx-combobox-content-focus-arctic, .jqx-combobox-state-focus-arctic, .jqx-fill-state-focus-arctic,
438 .jqx-numberinput-focus-arctic {
439 outline: none;
440 border-color: #959595;
441 }
442
443
444 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 {
445 padding-left: 1px !important;
446 }
447
448 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 {
449 color: #999999;
450 }
451
452 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 {
453 color: #999999;
454 }
455
456 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 {
457 color: #999999;
458 }
459
460 .jqx-slider-rangebar-arctic {
461 border-color: #0081c2;
462 background: #0081c2;
463 }
464
465 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-expand-arctic,
466 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-expand-arctic {
467 background-image: url('images/icon-down-white.png');
468 background-repeat: no-repeat;
469 background-position: center;
470 }
471 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-collapse-arctic,
472 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-collapse-arctic {
473 background-image: url('images/icon-right-white.png');
474 background-repeat: no-repeat;
475 background-position: center;
476 }
477 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-collapse-rtl-arctic,
478 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-collapse-rtl-arctic {
479 background-image: url('images/icon-left-white.png');
480 background-repeat: no-repeat;
481 background-position: center;
482 }
483 .jqx-grid-cell-arctic.jqx-grid-cell-selected-arctic>.jqx-grid-group-expand-rtl-arctic,
484 .jqx-grid-cell-arctic.jqx-grid-cell-hover-arctic>.jqx-grid-group-expand-rtl-arctic {
485 background-image: url('images/icon-down-white.png');
486 background-repeat: no-repeat;
487 background-position: center;
488 }
489 .jqx-tabs-title-selected-top-arctic, .jqx-tabs-selection-tracker-top-arctic {
490 border-color: #CCCCCC;
491 border-bottom: 1px solid #fff;
492 text-shadow: 0 1px 0 #f2f2f2;
493 filter: none;
494 background: #fff;
495 -webkit-box-shadow: none;
496 -moz-box-shadow: none;
497 box-shadow: none;
498 }
499
500 .jqx-tabs-title-selected-bottom-arctic, .jqx-tabs-selection-tracker-bottom-arctic {
501 border-color: #CCCCCC;
502 border-top: 1px solid #fff;
503 text-shadow: 0 1px 0 #f2f2f2;
504 filter: none;
505 background: #fff;
506 -webkit-box-shadow: none;
507 -moz-box-shadow: none;
508 box-shadow: none;
509 }
510 .jqx-tabs-title-hover-top-arctic, .jqx-tabs-title-hover-bottom-arctic, .jqx-tabs-header-arctic
511 {
512 -webkit-box-shadow: none !important;
513 -moz-box-shadow: none !important;
514 box-shadow: none !important;
515 }
516 .jqx-window-collapse-button-arctic
517 {
518 margin-top: 2px;
519 }
520 .jqx-window-collapse-button-collapsed-arctic {
521 margin-top: 0px;
522 }

mercurial