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

changeset 117
7119ea8a5225
child 336
217f330b05cb
equal deleted inserted replaced
116:065a242ed7ec 117:7119ea8a5225
1 .jqx-rc-tl-mobile {
2 -moz-border-radius-topleft: 5px;
3 -webkit-border-top-left-radius: 5px;
4 border-top-left-radius: 5px;
5 }
6
7 .jqx-rc-tr-mobile {
8 -moz-border-radius-topright: 5px;
9 -webkit-border-top-right-radius: 5px;
10 border-top-right-radius: 5px;
11 }
12
13 .jqx-rc-bl-mobile {
14 -moz-border-radius-bottomleft: 5px;
15 -webkit-border-bottom-left-radius: 5px;
16 border-bottom-left-radius: 5px;
17 }
18
19 .jqx-rc-br-mobile {
20 -moz-border-radius-bottomright: 5px;
21 -webkit-border-bottom-right-radius: 5px;
22 border-bottom-right-radius: 5px;
23 }
24 /*top rounded Corners*/
25 .jqx-rc-t-mobile {
26 -moz-border-radius-topleft: 5px;
27 -webkit-border-top-left-radius: 5px;
28 border-top-left-radius: 5px;
29 -moz-border-radius-topright: 5px;
30 -webkit-border-top-right-radius: 5px;
31 border-top-right-radius: 5px;
32 }
33 /*bottom rounded Corners*/
34 .jqx-rc-b-mobile {
35 -moz-border-radius-bottomleft: 5px;
36 -webkit-border-bottom-left-radius: 5px;
37 border-bottom-left-radius: 5px;
38 -moz-border-radius-bottomright: 5px;
39 -webkit-border-bottom-right-radius: 5px;
40 border-bottom-right-radius: 5px;
41 }
42 /*right rounded Corners*/
43 .jqx-rc-r-mobile {
44 -moz-border-radius-topright: 5px;
45 -webkit-border-top-right-radius: 5px;
46 border-top-right-radius: 5px;
47 -moz-border-radius-bottomright: 5px;
48 -webkit-border-bottom-right-radius: 5px;
49 border-bottom-right-radius: 5px;
50 }
51 /*left rounded Corners*/
52 .jqx-rc-l-mobile {
53 -moz-border-radius-topleft: 5px;
54 -webkit-border-top-left-radius: 5px;
55 border-top-left-radius: 5px;
56 -moz-border-radius-bottomleft: 5px;
57 -webkit-border-bottom-left-radius: 5px;
58 border-bottom-left-radius: 5px;
59 }
60 /*all rounded Corners*/
61 .jqx-rc-all-mobile {
62 -moz-border-radius: 5px;
63 -webkit-border-radius: 5px;
64 border-radius: 5px;
65 }
66
67 .jqx-widget-mobile {
68 font-size: 100%;
69 font-family: HelveticaNeue,sans-serif;
70 color: inherit;
71 }
72
73 input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
74 font-size: 100%;
75 font-family: HelveticaNeue,sans-serif;
76 border-color: #b2b2b2;
77 background: #fff;
78 }
79
80 .jqx-widget-content-mobile {
81 font-size: 100%;
82 font-family: HelveticaNeue,sans-serif;
83 border-color: #b2b2b2;
84 color: #000;
85 background-color: #f8f8f8;
86 }
87
88 .jqx-listbox-mobile, .jqx-calendar-mobile .jqx-widget-content-mobile {
89 background: #fff;
90 }
91
92 .jqx-calendar-mobile .jqx-widget-header-mobile {
93 background: #f6f5f1;
94 }
95
96 .jqx-widget-header-mobile {
97 font-size: 100%;
98 font-family: HelveticaNeue,sans-serif;
99 color: #000;
100 border-color: #b2b2b2;
101 background: #f8f8f8;
102 }
103
104 .jqx-fill-state-normal-mobile, .jqx-fill-state-hover-mobile {
105 font-size: 100%;
106 font-family: HelveticaNeue,sans-serif;
107 border-color: #f1f2f3;
108 color: #040404;
109 background: #f9f9fa;
110 }
111
112 .jqx-button-mobile, .jqx-grid-pager-number-mobile {
113 padding: 10px 7px;
114 background: #f9f9fa;
115 border-color: #f1f2f3;
116 color: #040404;
117 -webkit-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.8);
118 -moz-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.8);
119 box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.8);
120 }
121 .jqx-grid-group-column-mobile {
122 border-color: #b2b2b2;
123 color: #040404;
124 }
125
126 .jqx-listitem-state-normal-mobile, .jqx-listmenu-item-mobile {
127 background: #ffffff;
128 border-top: 1px solid #cccccc;
129 -moz-border-radius-topleft: 0px !important;
130 -webkit-border-top-left-radius: 0px!important;
131 border-top-left-radius: 0px!important;
132 -moz-border-radius-topright: 0px!important;
133 -webkit-border-top-right-radius: 0px!important;
134 border-top-right-radius: 0px!important;
135 -moz-border-radius-bottomleft: 0px!important;
136 -webkit-border-bottom-left-radius: 0px!important;
137 border-bottom-left-radius: 0px!important;
138 -moz-border-radius-bottomright: 0px!important;
139 -webkit-border-bottom-right-radius: 0px!important;
140 border-bottom-right-radius: 0px!important;
141 }
142 .jqx-listitem-state-normal-touch-mobile {
143 padding-top: 5px;
144 padding-bottom: 5px;
145 }
146 .jqx-listmenu-header-label-mobile {
147 font-size: 24px;
148 margin-left: -5px;
149 }
150 .jqx-listmenu-item-label-mobile {
151 display: inline-block;
152 width: 100%;
153 height: 100%;
154 }
155 .jqx-listmenu-separator-mobile {
156 font-size: 100%;
157 font-family: HelveticaNeue,sans-serif;
158 }
159 .jqx-listmenu-item-mobile a:link, .jqx-listmenu-item-mobile a:visited {
160 display: inline-block;
161 text-decoration: none;
162 color: inherit;
163 font-size: 100%;
164 color: #000;
165 width: 100%;
166 height: 100%;
167 padding: 15px;
168 }
169 .jqx-listmenu-item-mobile {
170 padding: 0px;
171 }
172 .jqx-navigationbar-mobile .jqx-widget-header-mobile, .jqx-navigationbar-mobile .jqx-fill-state-hover-mobile {
173 background: #ffffff;
174 border-top: 1px solid #cccccc;
175 }
176
177 .jqx-menu-item-top-selected-mobile {
178 -moz-border-radius-bottomleft: 0px;
179 -webkit-border-bottom-left-radius: 0px;
180 border-bottom-left-radius: 0px;
181 -moz-border-radius-bottomright: 0px;
182 -webkit-border-bottom-right-radius: 0px;
183 border-bottom-right-radius: 0px;
184 }
185
186 .jqx-listitem-element:first-child .jqx-listitem-state-normal-mobile {
187 border-top: 1px solid #ffffff;
188 }
189
190 .jqx-listitem-state-hover-mobile {
191 background: #ffffff;
192 border-color: #ffffff;
193 border-top: 1px solid #cccccc;
194 }
195
196 .jqx-listitem-state-selected-mobile {
197 -moz-border-radius-topleft: 5px;
198 -webkit-border-top-left-radius: 5px;
199 border-top-left-radius: 5px;
200 -moz-border-radius-topright: 5px;
201 -webkit-border-top-right-radius: 5px;
202 border-top-right-radius: 5px;
203 }
204
205 .jqx-listmenu-auto-separator-mobile, .jqx-listmenu-separator-mobile, .jqx-listitem-state-group-mobile {
206 background: #f8f8f8 !important;
207 color: #8D8D8D !important;
208 padding-top: 15px !important;
209 }
210
211 .jqx-fill-state-pressed-mobile {
212 border-color: #c0c3c7;
213 color: #000;
214 background-color: #c0c3c7;
215 }
216
217 .jqx-combobox-multi-item-mobile {
218 background: #fff;
219 border-color: #cccccc;
220 color: #000;
221 -webkit-box-shadow: none;
222 -moz-box-shadow: none;
223 box-shadow: none;
224 padding: 7px;
225 }
226
227 .jqx-fill-state-focus-mobile {
228 border-color: #b2b2b2;
229 }
230
231 .jqx-fill-state-disabled-mobile {
232 color: #898989;
233 }
234
235 .jqx-scrollbar-state-normal-mobile, .jqx-grid-bottomright-mobile, .jqx-panel-bottomright-mobile, .jqx-listbox-bottomright-mobile {
236 background-color: #fff;
237 }
238
239
240 .jqx-widget-mobile .jqx-grid-column-header-mobile, .jqx-grid-cell-mobile, .jqx-widget-mobile .jqx-grid-cell-mobile, .jqx-widget-mobile .jqx-grid-group-cell-mobile, .jqx-grid-group-cell-mobile {
241 font-size: 100%;
242 font-family: HelveticaNeue,sans-serif;
243 }
244
245 .jqx-widget-mobile .jqx-grid-cell-alt-mobile, .jqx-widget-mobile .jqx-grid-cell-sort-mobile, .jqx-widget-mobile .jqx-grid-cell-pinned-mobile, .jqx-widget-mobile .jqx-grid-cell-filter-mobile, .jqx-grid-cell-sort-alt-mobile, .jqx-grid-cell-filter-alt-mobile, .jqx-grid-cell-pinned-mobile, .jqx-grid-cell-alt-mobile, .jqx-grid-cell-sort-mobile {
246 }
247
248 .jqx-widget-mobile .jqx-grid-cell-mobile, .jqx-widget-mobile .jqx-grid-column-header-mobile, .jqx-widget-mobile .jqx-grid-group-cell-mobile {
249
250 }
251
252 .jqx-widget-mobile .jqx-grid-column-menubutton-mobile, .jqx-widget-mobile .jqx-grid-column-sortascbutton-mobile, .jqx-widget-mobile .jqx-grid-column-sortdescbutton-mobile, .jqx-widget-mobile .jqx-grid-column-filterbutton-mobile {
253 background-color: transparent;
254 }
255
256 .jqx-grid-cell-filter-row-mobile, .jqx-grid-mobile .jqx-widget-header-mobile, .jqx-grid-header-mobile, .jqx-grid-column-header-mobile {
257 font-size: 100%;
258 font-family: HelveticaNeue,sans-serif;
259 color: #167efc;
260 }
261
262 .jqx-calendar-title-content-mobile {
263 font-weight: bold;
264 }
265
266 .jqx-calendar-column-cell-mobile {
267 font-size: 12px;
268 }
269
270 .calendar-header-mobile {
271 background: #f6f5f1;
272 }
273
274 .jqx-calendar-cell-mobile {
275 border-radius: 100%;
276 -moz-border-radius: 100%;
277 -webkit-border-radius: 100%;
278 }
279
280 .jqx-window-header-mobile, .jqx-window-content-mobile {
281 background: #d9dedf;
282 border-color: #979797;
283 }
284
285 .jqx-grid-column-menubutton-mobile {
286 background-image: url('images/icon-down-transparent.png');
287 }
288
289 .jqx-input-mobile {
290 border-color: #b2b2b2;
291 }
292
293 .jqx-widget-mobile .jqx-grid-cell-selected-mobile, .jqx-grid-cell-selected-mobile {
294 font-size: 100%;
295 }
296
297 .jqx-widget-mobile .jqx-grid-cell-hover-mobile, .jqx-grid-cell-hover-mobile {
298 }
299 /*applied to the column's sort button when the sort order is ascending.*/
300 .jqx-grid-column-sortascbutton-mobile {
301 background-image: url('images/icon-up-transparent.png');
302 }
303
304 .jqx-grid-column-sortdescbutton-mobile {
305 background-image: url('images/icon-down-transparent.png');
306 }
307
308 .jqx-checkbox-default-mobile {
309 background: #f9f9fa;
310 border-color: #f1f2f3;
311 }
312
313 .jqx-widget-mobile .jqx-checkbox-default-mobile {
314 border-color: #b2b2b2;
315 }
316
317 .jqx-checkbox-check-checked-mobile {
318 position: relative;
319 background: transparent url(images/check_blue.png) center center no-repeat;
320 }
321
322 .jqx-checkbox-check-indeterminate-mobile {
323 background: transparent url(images/check_blue_indeterminate.png) center center no-repeat;
324 }
325
326 .jqx-radiobutton-check-checked-mobile {
327 background: #1c7efb;
328 border-color: #2078e9;
329 }
330
331 .jqx-scrollbar-thumb-state-normal-horizontal-mobile, .jqx-scrollbar-thumb-state-normal-mobile {
332 background: #b5b5b6;
333 border-color: #b5b5b6;
334 -moz-border-radius: 10px;
335 -webkit-border-radius: 10px;
336 border-radius: 10px;
337 }
338
339 .jqx-scrollbar-thumb-state-hover-horizontal-mobile, .jqx-scrollbar-thumb-state-hover-mobile {
340 background: #b5b5b6;
341 border-color: #b5b5b6;
342 }
343
344 .jqx-scrollbar-thumb-state-pressed-horizontal-mobile, .jqx-scrollbar-thumb-state-pressed-mobile {
345 background: #1c7efb;
346 border-color: #1c7efb;
347 }
348
349 .jqx-scrollbar-button-state-normal-mobile {
350 border: 1px solid #fff;
351 background: #fff;
352 }
353 /*applied to the scrollbar buttons in hovered state.*/
354 .jqx-scrollbar-button-state-hover-mobile {
355 border: 1px solid #fff;
356 background: #fff;
357 }
358 /*applied to the scrollbar buttons in pressed state.*/
359 .jqx-scrollbar-button-state-pressed-mobile {
360 border: 1px solid #1c7efb;
361 background: #1c7efb;
362 }
363
364 /*icons*/
365 .jqx-window-collapse-button-mobile {
366 background-image: url(images/icon-up-transparent.png);
367 }
368
369 .jqx-window-collapse-button-collapsed-mobile {
370 background-image: url(images/icon-down-transparent.png);
371 }
372
373 .jqx-icon-arrow-up-mobile, .jqx-expander-arrow-bottom-mobile, .jqx-menu-item-arrow-up-mobile {
374 background-image: url('images/icon-up-transparent.png');
375 }
376
377 .jqx-icon-arrow-down-mobile, .jqx-expander-arrow-top-mobile, .jqx-menu-item-arrow-down-mobile {
378 background-image: url('images/icon-down-transparent.png');
379 }
380
381 .jqx-icon-arrow-left-mobile, .jqx-menu-item-arrow-left-mobile {
382 background-image: url('images/icon-left-transparent.png');
383 }
384
385 .jqx-icon-arrow-right-mobile, .jqx-menu-item-arrow-right-mobile {
386 background-image: url('images/icon-right-transparent.png');
387 }
388
389 .jqx-tree-item-arrow-collapse-rtl-mobile, .jqx-tree-item-arrow-collapse-hover-rtl-mobile {
390 background-image: url('images/icon-left-blue.png');
391 }
392
393 .jqx-tabs-arrow-left-mobile, .jqx-grid-pager-mobile .jqx-icon-arrow-left-mobile {
394 background-image: url('images/icon-left-blue.png');
395 }
396 .jqx-tree-item-arrow-expand-hover-mobile, .jqx-tree-item-arrow-expand-mobile {
397 background-image: url('images/icon-down-blue.png');
398 }
399 .jqx-tree-item-arrow-collapse-hover-mobile, .jqx-tree-item-arrow-collapse-mobile, .jqx-tabs-arrow-right-mobile, .jqx-grid-pager-mobile .jqx-icon-arrow-right-mobile {
400 background-image: url('images/icon-right-blue.png');
401 }
402
403 .jqx-calendar-mobile .jqx-icon-arrow-right-mobile {
404 background-image: url('images/icon-right-blue.png');
405 }
406
407 .jqx-calendar-mobile .jqx-icon-arrow-left-mobile {
408 background-image: url('images/icon-left-blue.png');
409 }
410
411 .jqx-menu-item-arrow-up-selected-mobile, .jqx-icon-arrow-up-selected-mobile {
412 background-image: url('images/icon-up-transparent.png');
413 background-repeat: no-repeat;
414 background-position: center;
415 }
416
417 .jqx-menu-item-arrow-down-selected-mobile, .jqx-icon-arrow-down-selected-mobile {
418 background-image: url('images/icon-down-transparent.png');
419 background-repeat: no-repeat;
420 background-position: center;
421 }
422
423 .jqx-menu-item-arrow-left-selected-mobile, .jqx-icon-arrow-left-selected-mobile {
424 background-image: url('images/icon-left-transparent.png');
425 background-repeat: no-repeat;
426 background-position: center;
427 }
428
429 .jqx-menu-item-arrow-right-selected-mobile, .jqx-icon-arrow-right-selected-mobile {
430 background-image: url('images/icon-right-transparent.png');
431 background-repeat: no-repeat;
432 background-position: center;
433 }
434
435 .jqx-window-close-button-mobile, .jqx-icon-close-mobile, .jqx-tabs-close-button-mobile, .jqx-tabs-close-button-hover-mobile, .jqx-tabs-close-button-selected-mobile {
436 background-image: url(images/close_blue.png);
437 background-repeat: no-repeat;
438 background-position: center;
439 }
440
441 .jqx-listbox-feedback-mobile {
442 border-top: 1px dashed #fff;
443 }
444
445 .jqx-scrollbar-mobile .jqx-icon-arrow-up-selected-mobile {
446 background-image: url('images/icon-up-transparent.png');
447 background-repeat: no-repeat;
448 background-position: center;
449 }
450
451 .jqx-scrollbar-mobile .jqx-icon-arrow-down-selected-mobile {
452 background-image: url('images/icon-down-transparent.png');
453 background-repeat: no-repeat;
454 background-position: center;
455 }
456
457 .jqx-scrollbar-mobile .jqx-icon-arrow-left-selected-mobile {
458 background-image: url('images/icon-left-transparent.png');
459 background-repeat: no-repeat;
460 background-position: center;
461 }
462
463 .jqx-scrollbar-mobile .jqx-icon-arrow-right-selected-mobile {
464 background-image: url('images/icon-right-transparent.png');
465 background-repeat: no-repeat;
466 background-position: center;
467 }
468
469 .jqx-input-button-content-mobile {
470 font-size: 13px;
471 }
472
473 .jqx-input-button-header-mobile {
474 padding-top: 2px !important;
475 padding-bottom: 2px !important;
476 }
477
478 .jqx-slider-button-mobile {
479 border-radius: 100%;
480 -moz-border-radius: 100%;
481 -webkit-border-radius: 100%;
482 padding: 4px !important;
483 }
484
485 .jqx-slider-slider-mobile {
486 width: 25px;
487 height: 25px;
488 margin-top: -10px;
489 -moz-border-radius: 100%;
490 -webkit-border-radius: 100%;
491 border-radius: 100%;
492 -webkit-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
493 -moz-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
494 box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
495 }
496
497 .jqx-slider-track-mobile {
498 background: #b4b4b5;
499 border-color: #b4b4b5;
500 }
501
502 .jqx-slider-rangebar-mobile {
503 background: #167efc;
504 }
505 .jqx-splitter-splitbar-vertical-mobile, .jqx-splitter-splitbar-horizontal-mobile {
506 background: #bec1c5;
507 border-color: #bec1c5;
508 }
509 .jqx-splitter-collapse-button-horizontal-mobile, .jqx-splitter-collapse-button-vertical-mobile {
510 background: #167efc;
511 }
512
513 .jqx-progressbar-value-mobile, .jqx-progressbar-value-vertical-mobile {
514 background: #167efc;
515 }
516
517 .jqx-dropdownlist-state-normal-mobile, .jqx-dropdownlist-state-hover-mobile, .jqx-dropdownlist-state-selected-mobile,
518 .jqx-scrollbar-button-state-hover-mobile, .jqx-scrollbar-button-state-normal-mobile, .jqx-scrollbar-button-state-pressed-mobile,
519 .jqx-scrollbar-thumb-state-normal-horizontal-mobile, .jqx-scrollbar-thumb-state-hover-horizontal-mobile, .jqx-scrollbar-thumb-state-pressed-horizontal-mobile,
520 .jqx-scrollbar-thumb-state-normal-mobile, .jqx-scrollbar-thumb-state-pressed-mobile, .jqx-button-mobile, .jqx-tree-item-hover-mobile, .jqx-tree-item-selected-mobile,
521 .jqx-tree-item-mobile, .jqx-menu-item-mobile, .jqx-menu-item-hover-mobile, .jqx-menu-item-selected-mobile, .jqx-menu-item-top-mobile, .jqx-menu-item-top-hover-mobile,
522 .jqx-menu-item-top-selected-mobile, .jqx-slider-button-mobile, .jqx-slider-slider-mobile {
523 -webkit-transition: background-color 100ms linear;
524 -moz-transition: background-color 100ms linear;
525 -o-transition: background-color 100ms linear;
526 -ms-transition: background-color 100ms linear;
527 transition: background-color 100ms linear;
528 }
529
530 .jqx-switchbutton-mobile {
531 -moz-border-radius-topleft: 15px;
532 -webkit-border-top-left-radius: 15px;
533 border-top-left-radius: 15px;
534 -moz-border-radius-bottomleft: 15px;
535 -webkit-border-bottom-left-radius: 15px;
536 border-bottom-left-radius: 15px;
537 -moz-border-radius-topright: 15px;
538 -webkit-border-top-right-radius: 15px;
539 border-top-right-radius: 15px;
540 -moz-border-radius-bottomright: 15px;
541 -webkit-border-bottom-right-radius: 15px;
542 border-bottom-right-radius: 15px;
543 border: 1px solid #e4e4e4;
544 background: #fff;
545 }
546
547 .jqx-switchbutton-thumb-mobile {
548 background: #fff;
549 border: 1px solid transparent;
550 -moz-border-radius: 100%;
551 -webkit-border-radius: 100%;
552 border-radius: 100%;
553 -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
554 -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
555 box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
556 z-index: 99;
557 left: 1px;
558 position: relative;
559 }
560
561 .jqx-switchbutton-on-mobile {
562 background: #4cd964;
563 color: #4cd964;
564 }
565
566 .jqx-switchbutton-on-mobile .jqx-switchbutton-thumb-mobile {
567 }
568
569 .jqx-switchbutton-label-on-mobile {
570 background: #4cd964;
571 color: #4cd964;
572 }
573
574 .jqx-switchbutton-label-off-mobile {
575 background: #fff;
576 color: #fff;
577 }
578
579
580 .jqx-tabs-title-mobile {
581 background: transparent;
582 border-color: transparent;
583 color: #157efb;
584 }
585
586 .jqx-tabs-header-bottom-mobile {
587 color: #929292;
588 }
589
590 .jqx-tabs-title-selected-top-mobile, .jqx-tabs-selection-tracker-top-mobile {
591 color: #fff;
592 background: #157efb;
593 }
594
595 .jqx-tabs-title-selected-bottom-mobile, .jqx-tabs-selection-tracker-bottom-mobile {
596 color: #fff;
597 background: #157efb;
598 }
599
600 .jqx-tabs-title-hover-top-mobile, .jqx-tabs-title-hover-bottom-mobile, .jqx-tabs-header-mobile {
601 color: #157efb;
602 }
603 .jqx-listmenu-header-mobile .jqx-button-mobile {
604 background: transparent;
605 border: none;
606 color: #1c7efb;
607 box-shadow: none;
608 -moz-box-shadow: none;
609 -webkit-box-shadow: none;
610 }
611 .jqx-listmenu-header-mobile .jqx-button-mobile span {
612 min-height: 16px;
613 line-height: 19px;
614 }
615 .jqx-widget-header-mobile .jqx-button-mobile {
616 margin-left: -10px;
617 }
618 .jqx-listmenu-backbutton-arrow-mobile {
619 background-image: url('images/icon-left-blue.png');
620 background-repeat: no-repeat;
621 width: 16px;
622 height: 16px;
623 margin-right: 2px;
624 margin-top: 1px;
625 }
626
627 .jqx-switchbutton-wrapper-mobile {
628 }
629
630 .jqx-icon-arrow-first-mobile {
631 background-image: url('images/icon-first-blue.png');
632 background-repeat: no-repeat;
633 background-position: center;
634 }
635
636 .jqx-icon-arrow-last-mobile {
637 background-image: url('images/icon-last-blue.png');
638 background-repeat: no-repeat;
639 background-position: center;
640 }
641
642 .jqx-progressbar-text-mobile {
643 font-size: 100%;
644 }
645
646 .jqx-grid-pager-mobile {
647 color: #157efb;
648 }
649
650 .jqx-grid-pager-mobile .jqx-button-mobile {
651 padding: 3px !important;
652 }
653
654 .jqx-grid-pager-number-mobile {
655 top: 1px;
656 position: relative;
657 padding: 1px 7px;
658 -webkit-box-shadow: none;
659 -moz-box-shadow: none;
660 box-shadow: none;
661 border-radius: 100%;
662 -moz-border-radius: 100%;
663 -webkit-border-radius: 100%;
664 color: #157efb;
665 }
666
667 .jqx-grid-pager-number-mobile.jqx-fill-state-pressed-mobile {
668 color: #fff;
669 background: #157efb;
670 border-color: #157efb;
671 }
672
673 .jqx-grid-pager-mobile .jqx-button-mobile {
674 -webkit-box-shadow: none;
675 -moz-box-shadow: none;
676 box-shadow: none;
677 -webkit-box-shadow: none;
678 -moz-box-shadow: none;
679 box-shadow: none;
680 color: #157efb;
681 }
682
683 .jqx-listbox-mobile {
684 -moz-border-radius: 0px;
685 -webkit-border-radius: 0px;
686 border-radius: 0px;
687 -moz-border-radius-topleft: 0px;
688 -webkit-border-top-left-radius: 0px;
689 border-top-left-radius: 0px;
690 -moz-border-radius-topright: 0px;
691 -webkit-border-top-right-radius: 0px;
692 border-top-right-radius: 0px;
693 -moz-border-radius-bottomleft: 0px;
694 -webkit-border-bottom-left-radius: 0px;
695 border-bottom-left-radius: 0px;
696 -moz-border-radius-bottomright: 0px;
697 -webkit-border-bottom-right-radius: 0px;
698 border-bottom-right-radius: 0px;
699 }
700
701 .jqx-group-button-normal-mobile {
702 background: #f6f5f1;
703 color: #157efb;
704 border-color: #157efb;
705 -moz-border-radius: 0px;
706 -webkit-border-radius: 0px;
707 border-radius: 0px;
708 -moz-border-radius-topleft: 0px;
709 -webkit-border-top-left-radius: 0px;
710 border-top-left-radius: 0px;
711 -moz-border-radius-topright: 0px;
712 -webkit-border-top-right-radius: 0px;
713 border-top-right-radius: 0px;
714 -moz-border-radius-bottomleft: 0px;
715 -webkit-border-bottom-left-radius: 0px;
716 border-bottom-left-radius: 0px;
717 -moz-border-radius-bottomright: 0px;
718 -webkit-border-bottom-right-radius: 0px;
719 border-bottom-right-radius: 0px;
720 -webkit-box-shadow: none;
721 -moz-box-shadow: none;
722 box-shadow: none;
723 }
724
725 .jqx-group-button-pressed-mobile {
726 background: #157efb;
727 color: #fff;
728 }
729 .jqx-grid-group-collapse-mobile {
730 background-image: url(images/icon-right-blue.png);
731 background-position: 50% 50%;
732 background-repeat: no-repeat;
733 }
734 .jqx-grid-group-collapse-rtl-mobile
735 {
736 padding-right: 0px;
737 background-image: url(images/icon-left-blue.png);
738 background-position: 50% 50%;
739 background-repeat: no-repeat;
740 }
741 .jqx-grid-group-expand-mobile, .jqx-grid-group-expand-rtl-mobile
742 {
743 padding-right: 0px;
744 background-image: url(images/icon-down-blue.png);
745 background-position: 50% 50%;
746 background-repeat: no-repeat;
747 }
748 .jqx-tree-grid-indent-mobile, .jqx-tree-grid-collapse-button-mobile, .jqx-tree-grid-expand-button-mobile {
749 width: 20px;
750 }
751 .jqx-tree-grid-checkbox-mobile {
752 width: 16px; height: 16px;
753 }
754 .jqx-tree-grid-expand-button-mobile {
755 margin-top: 3px;
756 }
757 .jqx-editor-toolbar-button-mobile {
758 border-radius: 0px;
759 -moz-border-radius: 0px;
760 -webkit-border-radius: 0px;
761 }

mercurial