www/jqwidgets/styles/jqx.mobile.css

changeset 1
37f1a08315f3
child 733
67bf19c50fcc
equal deleted inserted replaced
0:033898178630 1:37f1a08315f3
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, .jqx-input-group-addon-mobile {
74 font-size: 100%;
75 font-family: HelveticaNeue,sans-serif;
76 border-color: #b2b2b2 !important;
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 .jqx-file-upload-mobile .jqx-icon-arrow-up-mobile {
497 background-image: url('images/icon-up-blue.png');
498 }
499 .jqx-slider-track-mobile {
500 background: #b4b4b5;
501 border-color: #b4b4b5;
502 }
503
504 .jqx-slider-rangebar-mobile {
505 background: #167efc;
506 }
507 .jqx-splitter-splitbar-vertical-mobile, .jqx-splitter-splitbar-horizontal-mobile {
508 background: #bec1c5;
509 border-color: #bec1c5;
510 }
511 .jqx-splitter-collapse-button-horizontal-mobile, .jqx-splitter-collapse-button-vertical-mobile {
512 background: #167efc;
513 }
514
515 .jqx-progressbar-value-mobile, .jqx-progressbar-value-vertical-mobile {
516 background: #167efc;
517 }
518
519 .jqx-dropdownlist-state-normal-mobile, .jqx-dropdownlist-state-hover-mobile, .jqx-dropdownlist-state-selected-mobile,
520 .jqx-scrollbar-button-state-hover-mobile, .jqx-scrollbar-button-state-normal-mobile, .jqx-scrollbar-button-state-pressed-mobile,
521 .jqx-scrollbar-thumb-state-normal-horizontal-mobile, .jqx-scrollbar-thumb-state-hover-horizontal-mobile, .jqx-scrollbar-thumb-state-pressed-horizontal-mobile,
522 .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,
523 .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,
524 .jqx-menu-item-top-selected-mobile, .jqx-slider-button-mobile, .jqx-slider-slider-mobile {
525 -webkit-transition: background-color 100ms linear;
526 -moz-transition: background-color 100ms linear;
527 -o-transition: background-color 100ms linear;
528 -ms-transition: background-color 100ms linear;
529 transition: background-color 100ms linear;
530 }
531
532 .jqx-switchbutton-mobile {
533 -moz-border-radius-topleft: 15px;
534 -webkit-border-top-left-radius: 15px;
535 border-top-left-radius: 15px;
536 -moz-border-radius-bottomleft: 15px;
537 -webkit-border-bottom-left-radius: 15px;
538 border-bottom-left-radius: 15px;
539 -moz-border-radius-topright: 15px;
540 -webkit-border-top-right-radius: 15px;
541 border-top-right-radius: 15px;
542 -moz-border-radius-bottomright: 15px;
543 -webkit-border-bottom-right-radius: 15px;
544 border-bottom-right-radius: 15px;
545 border: 1px solid #e4e4e4;
546 background: #fff;
547 }
548
549 .jqx-switchbutton-thumb-mobile {
550 background: #fff;
551 border: 1px solid transparent;
552 -moz-border-radius: 100%;
553 -webkit-border-radius: 100%;
554 border-radius: 100%;
555 -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
556 -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
557 box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
558 z-index: 99;
559 left: 1px;
560 position: relative;
561 }
562
563 .jqx-switchbutton-on-mobile {
564 background: #4cd964;
565 color: #4cd964;
566 }
567
568 .jqx-switchbutton-on-mobile .jqx-switchbutton-thumb-mobile {
569 }
570
571 .jqx-switchbutton-label-on-mobile {
572 background: #4cd964;
573 color: #4cd964;
574 }
575
576 .jqx-switchbutton-label-off-mobile {
577 background: #fff;
578 color: #fff;
579 }
580
581
582 .jqx-tabs-title-mobile {
583 background: transparent;
584 border-color: transparent;
585 color: #157efb;
586 }
587
588 .jqx-tabs-header-bottom-mobile {
589 color: #929292;
590 }
591
592 .jqx-tabs-title-selected-top-mobile, .jqx-tabs-selection-tracker-top-mobile {
593 color: #fff;
594 background: #157efb;
595 }
596
597 .jqx-tabs-title-selected-bottom-mobile, .jqx-tabs-selection-tracker-bottom-mobile {
598 color: #fff;
599 background: #157efb;
600 }
601
602 .jqx-tabs-title-hover-top-mobile, .jqx-tabs-title-hover-bottom-mobile, .jqx-tabs-header-mobile {
603 color: #157efb;
604 }
605 .jqx-listmenu-header-mobile .jqx-button-mobile {
606 background: transparent;
607 border: none;
608 color: #1c7efb;
609 box-shadow: none;
610 -moz-box-shadow: none;
611 -webkit-box-shadow: none;
612 }
613 .jqx-listmenu-header-mobile .jqx-button-mobile span {
614 min-height: 16px;
615 line-height: 19px;
616 }
617 .jqx-widget-header-mobile .jqx-button-mobile {
618 margin-left: -10px;
619 }
620 .jqx-listmenu-backbutton-arrow-mobile {
621 background-image: url('images/icon-left-blue.png');
622 background-repeat: no-repeat;
623 width: 16px;
624 height: 16px;
625 margin-right: 2px;
626 margin-top: 1px;
627 }
628
629 .jqx-switchbutton-wrapper-mobile {
630 }
631
632 .jqx-icon-arrow-first-mobile {
633 background-image: url('images/icon-first-blue.png');
634 background-repeat: no-repeat;
635 background-position: center;
636 }
637
638 .jqx-icon-arrow-last-mobile {
639 background-image: url('images/icon-last-blue.png');
640 background-repeat: no-repeat;
641 background-position: center;
642 }
643
644 .jqx-progressbar-text-mobile {
645 font-size: 100%;
646 }
647
648 .jqx-grid-pager-mobile {
649 color: #157efb;
650 }
651
652 .jqx-grid-pager-mobile .jqx-button-mobile {
653 padding: 3px !important;
654 }
655
656 .jqx-grid-pager-number-mobile {
657 top: 1px;
658 position: relative;
659 padding: 1px 7px;
660 -webkit-box-shadow: none;
661 -moz-box-shadow: none;
662 box-shadow: none;
663 border-radius: 100%;
664 -moz-border-radius: 100%;
665 -webkit-border-radius: 100%;
666 color: #157efb;
667 }
668
669 .jqx-grid-pager-number-mobile.jqx-fill-state-pressed-mobile {
670 color: #fff;
671 background: #157efb;
672 border-color: #157efb;
673 }
674
675 .jqx-grid-pager-mobile .jqx-button-mobile {
676 -webkit-box-shadow: none;
677 -moz-box-shadow: none;
678 box-shadow: none;
679 -webkit-box-shadow: none;
680 -moz-box-shadow: none;
681 box-shadow: none;
682 color: #157efb;
683 }
684
685 .jqx-listbox-mobile {
686 -moz-border-radius: 0px;
687 -webkit-border-radius: 0px;
688 border-radius: 0px;
689 -moz-border-radius-topleft: 0px;
690 -webkit-border-top-left-radius: 0px;
691 border-top-left-radius: 0px;
692 -moz-border-radius-topright: 0px;
693 -webkit-border-top-right-radius: 0px;
694 border-top-right-radius: 0px;
695 -moz-border-radius-bottomleft: 0px;
696 -webkit-border-bottom-left-radius: 0px;
697 border-bottom-left-radius: 0px;
698 -moz-border-radius-bottomright: 0px;
699 -webkit-border-bottom-right-radius: 0px;
700 border-bottom-right-radius: 0px;
701 }
702
703 .jqx-group-button-normal-mobile {
704 background: #f6f5f1;
705 color: #157efb;
706 border-color: #157efb;
707 -moz-border-radius: 0px;
708 -webkit-border-radius: 0px;
709 border-radius: 0px;
710 -moz-border-radius-topleft: 0px;
711 -webkit-border-top-left-radius: 0px;
712 border-top-left-radius: 0px;
713 -moz-border-radius-topright: 0px;
714 -webkit-border-top-right-radius: 0px;
715 border-top-right-radius: 0px;
716 -moz-border-radius-bottomleft: 0px;
717 -webkit-border-bottom-left-radius: 0px;
718 border-bottom-left-radius: 0px;
719 -moz-border-radius-bottomright: 0px;
720 -webkit-border-bottom-right-radius: 0px;
721 border-bottom-right-radius: 0px;
722 -webkit-box-shadow: none;
723 -moz-box-shadow: none;
724 box-shadow: none;
725 }
726
727 .jqx-group-button-pressed-mobile {
728 background: #157efb;
729 color: #fff;
730 }
731 .jqx-grid-group-collapse-mobile {
732 background-image: url(images/icon-right-blue.png);
733 background-position: 50% 50%;
734 background-repeat: no-repeat;
735 }
736 .jqx-grid-group-collapse-rtl-mobile
737 {
738 padding-right: 0px;
739 background-image: url(images/icon-left-blue.png);
740 background-position: 50% 50%;
741 background-repeat: no-repeat;
742 }
743 .jqx-grid-group-expand-mobile, .jqx-grid-group-expand-rtl-mobile
744 {
745 padding-right: 0px;
746 background-image: url(images/icon-down-blue.png);
747 background-position: 50% 50%;
748 background-repeat: no-repeat;
749 }
750 .jqx-tree-grid-indent-mobile, .jqx-tree-grid-collapse-button-mobile, .jqx-tree-grid-expand-button-mobile {
751 width: 20px;
752 }
753 .jqx-tree-grid-checkbox-mobile {
754 width: 16px; height: 16px;
755 }
756 .jqx-tree-grid-expand-button-mobile {
757 margin-top: 0px;
758 }
759 .jqx-editor-toolbar-button-mobile {
760 border-radius: 0px;
761 -moz-border-radius: 0px;
762 -webkit-border-radius: 0px;
763 }
764 .jqx-file-upload-file-name-mobile{padding:3px;}
765 .jqx-file-upload-file-row-mobile{ height: 40px;}
766 .jqx-layout-mobile
767 {
768 background-color: #b2b2b2;
769 }
770 .jqx-layout-pseudo-window-pin-icon-mobile
771 {
772 background-image: url("images/pin-blue.png");
773 }
774 .jqx-layout-pseudo-window-pinned-icon-mobile
775 {
776 background-image: url("images/pinned-blue.png");
777 }
778 .jqx-grid-pager-number-mobile.jqx-fill-state-pressed-mobile {
779 color: #fff !important;
780 }

mercurial