www/jqwidgets/styles/jqx.light.css

changeset 1
37f1a08315f3
child 70
4da2414eabbc
equal deleted inserted replaced
0:033898178630 1:37f1a08315f3
1 .jqx-widget-light {
2 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
3 font-size:14px;
4 color: #555;
5 }
6 .jqx-widget-content-light {
7 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
8 font-size:14px;
9 color: #555;
10 }
11 .jqx-widget-header-light {
12 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
13 font-size:14px;
14 background: #fff;
15 color: #555;
16 }
17
18 /*Rounded Corners*/
19 /*top-left rounded Corners*/
20 .jqx-rc-tl-light {
21 -moz-border-radius-topleft: 4px;
22 -webkit-border-top-left-radius: 4px;
23 border-top-left-radius: 4px;
24 }
25 /*top-right rounded Corners*/
26 .jqx-rc-tr-light {
27 -moz-border-radius-topright: 4px;
28 -webkit-border-top-right-radius: 4px;
29 border-top-right-radius: 4px;
30 }
31 /*bottom-left rounded Corners*/
32 .jqx-rc-bl-light {
33 -moz-border-radius-bottomleft: 4px;
34 -webkit-border-bottom-left-radius: 4px;
35 border-bottom-left-radius: 4px;
36 }
37 /*bottom-right rounded Corners*/
38 .jqx-rc-br-light {
39 -moz-border-radius-bottomright: 4px;
40 -webkit-border-bottom-right-radius: 4px;
41 border-bottom-right-radius: 4px;
42 }
43 /*top rounded Corners*/
44 .jqx-rc-t-light {
45 -moz-border-radius-topleft: 4px;
46 -webkit-border-top-left-radius: 4px;
47 border-top-left-radius: 4px;
48 -moz-border-radius-topright: 4px;
49 -webkit-border-top-right-radius: 4px;
50 border-top-right-radius: 4px;
51 }
52 /*bottom rounded Corners*/
53 .jqx-rc-b-light {
54 -moz-border-radius-bottomleft: 4px;
55 -webkit-border-bottom-left-radius: 4px;
56 border-bottom-left-radius: 4px;
57 -moz-border-radius-bottomright: 4px;
58 -webkit-border-bottom-right-radius: 4px;
59 border-bottom-right-radius: 4px;
60 }
61 /*right rounded Corners*/
62 .jqx-rc-r-light {
63 -moz-border-radius-topright: 4px;
64 -webkit-border-top-right-radius: 4px;
65 border-top-right-radius: 4px;
66 -moz-border-radius-bottomright: 4px;
67 -webkit-border-bottom-right-radius: 4px;
68 border-bottom-right-radius: 4px;
69 }
70 /*left rounded Corners*/
71 .jqx-rc-l-light {
72 -moz-border-radius-topleft: 4px;
73 -webkit-border-top-left-radius: 4px;
74 border-top-left-radius: 4px;
75 -moz-border-radius-bottomleft: 4px;
76 -webkit-border-bottom-left-radius: 4px;
77 border-bottom-left-radius: 4px;
78 }
79 /*all rounded Corners*/
80 .jqx-rc-all-light {
81 -moz-border-radius: 4px;
82 -webkit-border-radius: 4px;
83 border-radius: 4px;
84 }
85
86 .jqx-widget-light, .jqx-widget-header-light, .jqx-fill-state-normal-light,
87 .jqx-widget-content-light, .jqx-fill-state-hover-light, .jqx-fill-state-pressed-light {
88 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
89 font-size:14px;
90 }
91
92 .jqx-widget-content-light {
93 background-color: #ffffff;
94 border-color: #dddddd;
95 }
96 .jqx-widget-header-light {
97 color: #555;
98 background-color:#f8f8f8;
99 border-color:#dddddd;
100 *zoom: 1;
101 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
102 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
103 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
104 }
105 .jqx-widget-light input::selection, input.jqx-input-widget-light::selection, .jqx-widget-content-light input::selection {
106 background: #0077BE;
107 color: #fff;
108 }
109 .jqx-button-light {
110 transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
111 }
112 .jqx-button-light, .jqx-fill-state-normal-light {
113 color: #555;
114 background:#fafafa;
115 border-color: #dddddd;
116 *zoom: 1;
117 }
118
119 .jqx-fill-state-hover-light {
120 color: #373a3c;
121 border-color: #b2b2b2;
122 border-color: rgba(0, 0, 0, 0.3);
123 background-color: #f0f0f0;
124 }
125 .jqx-fill-state-pressed-light {
126 color: #fff ;
127 background-color: #0077BE;
128 border-color: #0077BE;
129 *background-color: #fff;
130 }
131
132 .jqx-fill-state-hover-light, .jqx-fill-state-focus-light {
133 color: #333333;
134 text-decoration: none;
135 }
136 .jqx-fill-state-focus-light, .jqx-item-light.jqx-fill-state-focus {
137 border-color: #0077BE;
138 }
139 .jqx-fill-state-pressed-light.jqx-fill-state-hover-light, .jqx-dropdownlist-state-selected-light{
140 color: #fff ;
141 }
142 .jqx-datetimeinput-light .jqx-action-button-light.jqx-fill-state-hover{
143 border-color: #ddd;
144 }
145 .jqx-datetimeinput-light.jqx-fill-state-focus .jqx-action-button-light{
146 border-color: #0077BE;
147 }
148 .jqx-filter-input-light:focus {
149 border-color: #0077BE !important;
150 }
151
152 .jqx-button-light {
153 color: #555;
154 border-color: #ddd;
155 *zoom: 1;
156 }
157
158 .jqx-button-light.jqx-fill-state-hover {
159
160 *zoom: 1;
161 -webkit-transition: background-color 100ms linear;
162 -moz-transition: background-color 100ms linear;
163 -o-transition: background-color 100ms linear;
164 -ms-transition: background-color 100ms linear;
165 transition: background-color 100ms linear;
166 }
167 .jqx-button-light.jqx-fill-state-pressed {
168 color: #fff;
169 background:#0077BE;
170 border-color: #0077BE;
171 *zoom: 1;
172 -webkit-transition: background-color 100ms linear;
173 -moz-transition: background-color 100ms linear;
174 -o-transition: background-color 100ms linear;
175 -ms-transition: background-color 100ms linear;
176 transition: background-color 100ms linear;
177 }
178
179 .jqx-dropdownlist-state-normal-light, .jqx-dropdownlist-state-hover-light, .jqx-dropdownlist-state-selected-light,
180 .jqx-scrollbar-button-state-hover-light, .jqx-scrollbar-button-state-normal-light, .jqx-scrollbar-button-state-pressed-light,
181 .jqx-scrollbar-thumb-state-normal-horizontal-light, .jqx-scrollbar-thumb-state-hover-horizontal-light, .jqx-scrollbar-thumb-state-pressed-horizontal-light,
182 .jqx-scrollbar-thumb-state-normal-light, .jqx-scrollbar-thumb-state-pressed-light, .jqx-tree-item-hover-light, .jqx-tree-item-selected-light,
183 .jqx-tree-item-light, .jqx-menu-item-light, .jqx-menu-item-hover-light, .jqx-menu-item-selected-light, .jqx-menu-item-top-light, .jqx-menu-item-top-hover-light,
184 .jqx-menu-item-top-selected-light, .jqx-slider-button-light, .jqx-slider-slider-light
185 {
186 -webkit-transition: background-color 100ms linear;
187 -moz-transition: background-color 100ms linear;
188 -o-transition: background-color 100ms linear;
189 -ms-transition: background-color 100ms linear;
190 transition: background-color 100ms linear;
191 }
192 .jqx-primary-light
193 {
194 color: #0077BE !important;
195 background: #fff !important;
196 border-color: #0077BE!important;
197 text-shadow: none !important;
198 }
199 .jqx-primary-light.jqx-dropdownlist-state-normal-light,
200 .jqx-primary-light.jqx-slider-button-light,
201 .jqx-primary-light.jqx-slider-slider-light,
202 .jqx-primary-light.jqx-combobox-arrow-normal-light,
203 .jqx-primary-light.jqx-combobox-arrow-hover-light,
204 .jqx-primary-light.jqx-action-button-light,
205 .jqx-primary-light:hover,
206 .jqx-primary-light:focus,
207 .jqx-primary-light:active,
208 .jqx-primary-light.active,
209 .jqx-primary-light.disabled,
210 .jqx-primary-light[disabled] {
211 color: #fff !important;
212 background: #0077BE !important;
213 border-color: #0077BE !important;
214 text-shadow: none !important;
215 }
216
217 .jqx-fill-state-pressed-light.jqx-primary-light,
218 .jqx-primary-light:active,
219 .jqx-primary-light.active {
220 color: #fff !important;
221 background-color: #0077BE !important;
222 border-color: #0077BE!important;
223 text-shadow: none !important;
224 }
225
226 .jqx-success-light
227 {
228 color: #5cb85c !important;
229 background: #fff !important;
230 border-color: #5cb85c!important;
231 text-shadow: none !important;
232 }
233 .jqx-success-light.jqx-dropdownlist-state-normal-light,
234 .jqx-success-light.jqx-slider-button-light,
235 .jqx-success-light.jqx-slider-slider-light,
236 .jqx-success-light.jqx-combobox-arrow-normal-light,
237 .jqx-success-light.jqx-combobox-arrow-hover-light,
238 .jqx-success-light.jqx-action-button-light,
239 .jqx-success-light:hover,
240 .jqx-success-light:focus,
241 .jqx-success-light:active,
242 .jqx-success-light.active,
243 .jqx-success-light.disabled,
244 .jqx-success-light[disabled] {
245 color: #fff !important;
246 background: #5cb85c !important;
247 border-color: #5cb85c!important;
248 text-shadow: none !important;
249 }
250
251 .jqx-fill-state-pressed-light.jqx-success-light,
252 .jqx-success-light:active,
253 .jqx-success-light.active {
254 text-shadow: none !important;
255 color: #fff !important;
256 background: #5cb85c !important;
257 border-color: #5cb85c!important;
258 }
259
260 .jqx-inverse-light
261 {
262 text-shadow: none !important;
263 color: #666 !important;
264 background: #fff !important;
265 border-color: #cccccc!important;
266 }
267 .jqx-inverse-light.jqx-dropdownlist-state-normal-light,
268 .jqx-inverse-light.jqx-slider-button-light,
269 .jqx-inverse-light.jqx-slider-slider-light,
270 .jqx-inverse-light.jqx-combobox-arrow-hover-light,
271 .jqx-inverse-light.jqx-combobox-arrow-normal-light,
272 .jqx-inverse-light.jqx-action-button-light,
273 .jqx-inverse-light:hover,
274 .jqx-inverse-light:focus,
275 .jqx-inverse-light:active,
276 .jqx-inverse-light.active,
277 .jqx-inverse-light.disabled,
278 .jqx-inverse-light[disabled] {
279 text-shadow: none !important;
280 color: #666 !important;
281 background: #cccccc !important;
282 border-color: #cccccc!important;
283 }
284
285 .jqx-fill-state-pressed-light.jqx-inverse-light,
286 .jqx-inverse-light:active,
287 .jqx-inverse-light.active {
288 text-shadow: none !important;
289 color: #666 !important;
290 background: #cccccc !important;
291 border-color: #cccccc!important;
292 }
293
294
295 .jqx-danger-light
296 {
297 text-shadow: none !important;
298 color: #d9534f !important;
299 background: #fff !important;
300 border-color: #d9534f!important;
301 }
302 .jqx-danger-light.jqx-dropdownlist-state-normal-light,
303 .jqx-danger-light.jqx-slider-button-light,
304 .jqx-danger-light.jqx-slider-slider-light,
305 .jqx-danger-light.jqx-combobox-arrow-hover-light,
306 .jqx-danger-light.jqx-combobox-arrow-normal-light,
307 .jqx-danger-light.jqx-action-button-light,
308 .jqx-danger-light:hover,
309 .jqx-danger-light:focus,
310 .jqx-danger-light:active,
311 .jqx-danger-light.active,
312 .jqx-danger-light.disabled,
313 .jqx-danger-light[disabled] {
314 text-shadow: none !important;
315 color: #fff !important;
316 background: #d9534f !important;
317 border-color: #d9534f!important;
318 }
319
320 .jqx-fill-state-pressed-light.jqx-danger-light,
321 .jqx-danger-light:active,
322 .jqx-danger-light.active {
323 text-shadow: none !important;
324 color: #fff !important;
325 background: #d9534f !important;
326 border-color: #d9534f!important;
327 }
328
329
330 .jqx-warning-light
331 {
332 text-shadow: none !important;
333 color: #f0ad4e !important;
334 background: #fff !important;
335 border-color: #f0ad4e!important;
336 }
337 .jqx-warning-light.jqx-dropdownlist-state-normal-light,
338 .jqx-warning-light.jqx-slider-button-light,
339 .jqx-warning-light.jqx-slider-slider-light,
340 .jqx-warning-light.jqx-combobox-arrow-hover-light,
341 .jqx-warning-light.jqx-combobox-arrow-normal-light,
342 .jqx-warning-light.jqx-action-button-light,
343 .jqx-warning-light:hover,
344 .jqx-warning-light:focus,
345 .jqx-warning-light:active,
346 .jqx-warning-light.active,
347 .jqx-warning-light.disabled,
348 .jqx-warning-light[disabled] {
349 text-shadow: none !important;
350 color: #fff !important;
351 background: #f0ad4e !important;
352 border-color: #f0ad4e!important;
353 }
354
355 .jqx-fill-state-pressed-light.jqx-warning-light,
356 .jqx-warning-light:active,
357 .jqx-warning-light.active {
358 text-shadow: none !important;
359 color: #fff !important;
360 background: #f0ad4e !important;
361 border-color: #f0ad4e!important;
362 }
363
364
365 .jqx-info-light
366 {
367 text-shadow: none !important;
368 color: #5bc0de !important;
369 background: #fff !important;
370 border-color: #5bc0de!important;
371 }
372 .jqx-info-light.jqx-dropdownlist-state-normal-light,
373 .jqx-info-light.jqx-slider-button-light,
374 .jqx-info-light.jqx-slider-slider-light,
375 .jqx-info-light.jqx-combobox-arrow-hover-light,
376 .jqx-info-light.jqx-combobox-arrow-normal-light,
377 .jqx-info-light.jqx-action-button-light,
378 .jqx-info-light:hover,
379 .jqx-info-light:focus,
380 .jqx-info-light:active,
381 .jqx-info-light.active,
382 .jqx-info-light.disabled,
383 .jqx-info-light[disabled] {
384 color: #fff !important;
385 background: #5bc0de !important;
386 border-color: #5bc0de!important;
387 text-shadow: none !important;
388 }
389
390 .jqx-fill-state-pressed-light.jqx-info-light,
391 .jqx-info-light:active,
392 .jqx-info-light.active {
393 text-shadow: none !important;
394 color: #fff !important;
395 background: #5bc0de !important;
396 border-color: #5bc0de!important;
397 }
398
399 .jqx-fill-state-pressed-light {
400 background-image: none;
401 outline: 0;
402 }
403
404 .jqx-grid-cell-light {
405 -webkit-box-shadow: none;
406 -moz-box-shadow: none;
407 box-shadow: none;
408 }
409
410 .jqx-grid-column-menubutton-light {
411 background-color: transparent;
412 border-color: #ddd !important;
413 }
414 .jqx-cell-light {
415 font-size: 14px;
416 }
417
418 .jqx-calendar-light > div {
419 padding: 10px;
420 box-sizing: border-box;
421 }
422
423 .jqx-calendar-light .jqx-widget-header-light
424 {
425 background-color: #fff;
426 font-size:12px;
427 box-shadow:none;
428 }
429 .jqx-calendar-row-header-light, .jqx-calendar-top-left-header-light {
430 background-color: #f0f0f0;
431 border-color: #f2f2f2;
432 box-shadow:none;
433 }
434 .jqx-calendar-title-content-light {
435 font-weight:bold;
436 }
437 .jqx-calendar-column-header-light {
438 background-color: #FFF;
439 border-top-color: #fff;
440 box-shadow:none;
441 border-bottom-color: #e9e9e9;
442 }
443 .jqx-calendar-light > div {
444 padding: 10px;
445 box-sizing: border-box;
446 }
447 .jqx-expander-header-light {
448 padding-top: 10px; padding-bottom: 10px;
449 }
450 .jqx-expander-header.jqx-fill-state-hover-light,
451 .jqx-expander-header.jqx-fill-state-normal-light,
452 .jqx-expander-header.jqx-fill-state-pressed-light
453 {
454 background: #fff;
455 border-color: #e0e0e0;
456 color: #333;
457 }
458 .jqx-expander-header.jqx-fill-state-hover-light {
459 background: #f6f6f6;
460 }
461 .jqx-expander-header.jqx-fill-state-focus-light {
462 border-color: #0077BE;
463 }
464 .jqx-expander-content.jqx-fill-state-focus-light {
465 border-color: #e0e0e0;
466 background: #fdfdfd;
467 }
468 .jqx-expander-header-light {
469 padding:10px;
470 }
471
472 .jqx-ribbon-header-vertical-light, .jqx-widget-header-vertical-light {
473 background:#f0f0f0;
474 background:-ms-linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
475 background:linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
476 }
477
478 .jqx-scrollbar-state-normal-light {
479 background-color: #f8f8f8;
480 border: 1px solid #f8f8f8;
481 border-left-color: #ddd;
482 }
483
484 .jqx-scrollbar-thumb-state-normal-light, .jqx-scrollbar-thumb-state-normal-horizontal-light {
485 background: #f6f6f6;
486 border-color: #b3b3b3;
487 }
488
489 .jqx-scrollbar-thumb-state-hover-light, .jqx-scrollbar-thumb-state-hover-horizontal-light {
490 background: #e6e6e6;
491 border-color: #b3b3b3;
492 box-shadow: none;
493 -webkit-box-shadow: none;
494 -moz-box-shadow: none;
495 }
496
497 .jqx-progressbar-light {
498 background: #f7f7f7 !important;
499 -webkit-box-shadow: none;
500 -moz-box-shadow: none;
501 box-shadow: none;
502 }
503
504 .jqx-progressbar-value-light, .jqx-splitter-collapse-button-horizontal-light {
505 background: #0077BE;
506 }
507
508 .jqx-splitter-collapse-button-vertical-light, .jqx-progressbar-value-vertical-light {
509 background: #0077BE;
510 }
511
512
513 .jqx-scrollbar-thumb-state-pressed-light, .jqx-splitter-splitbar-vertical-light, .jqx-splitter-splitbar-horizontal-light, .jqx-scrollbar-thumb-state-pressed-horizontal-light,
514 .jqx-scrollbar-button-state-pressed-light
515 {
516 background: #d9d9d9;
517 border-color: #b3b3b3;
518 box-shadow: none;
519 -webkit-box-shadow: none;
520 -moz-box-shadow: none;
521 }
522
523 .jqx-grid-column-sortdescbutton-light, jqx-grid-column-filterbutton-light, .jqx-grid-column-sortascbutton-light {
524 background-color: transparent;
525 border-style: solid;
526 border-width: 0px 0px 0px 0px;
527 border-color: #ddd;
528 }
529
530 .jqx-menu-vertical-light {
531 background: #ffffff;
532 filter: none;
533 }
534
535 .jqx-checkbox-check-checked-light {
536 background: transparent url(images/material_check_black.png) center center no-repeat;
537 }
538 .jqx-checkbox-check-indeterminate-light {
539 width:14px !important;
540 height:14px !important;
541 position:relative;
542 top: 1px;
543 left: 1px;
544 background: #0379BF;
545 }
546 .jqx-checkbox-hover {
547 box-shadow: none;
548 -webkit-box-shadow: none;
549 -moz-box-shadow: none;
550 }
551 .jqx-combobox-content-light, .jqx-input-light {
552 }
553
554 .jqx-combobox-content-light {
555 border-color: #ddd;
556 border-color: rgba(0, 0, 0, 0.25);
557 }
558
559 .jqx-grid-bottomright-light, .jqx-panel-bottomright-light, .jqx-listbox-bottomright-light {
560 background-color: #f8f8f8;
561 }
562
563 .jqx-window-light, .jqx-tooltip-light {
564 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
565 }
566
567 .jqx-docking-light .jqx-window-light {
568 box-shadow: none;
569 }
570
571 .jqx-docking-panel-light .jqx-window-light {
572 box-shadow: none;
573 }
574
575 .jqx-radiobutton-light {
576 box-shadow: none;
577 -webkit-box-shadow: none;
578 -moz-box-shadow: none;
579 background-repeat: no-repeat;
580 background: none;
581 }
582
583 .jqx-radiobutton-light-light, .jqx-radiobutton-hover-light {
584 -moz-border-radius: 100%;
585 -webkit-border-radius: 100%;
586 border-radius: 100%;
587 background-repeat: no-repeat;
588 }
589
590 .jqx-radiobutton-check-checked-light {
591 filter: none;
592 background: #0077BE;
593 background-repeat: no-repeat;
594 -moz-border-radius: 100%;
595 -webkit-border-radius: 100%;
596 border-radius: 100%;
597 }
598
599 .jqx-radiobutton-check-indeterminate-light {
600 filter: none;
601 background: #999;
602 -moz-border-radius: 100%;
603 -webkit-border-radius: 100%;
604 border-radius: 100%;
605 }
606
607 .jqx-radiobutton-check-indeterminate-disabled-light {
608 filter: none;
609 background: #999;
610 -moz-border-radius: 100%;
611 -webkit-border-radius: 100%;
612 border-radius: 100%;
613 }
614
615 .jqx-slider-track-horizontal-light, .jqx-slider-track-vertical-light {
616 border-color: #ddd;
617 background: #f0f0f0;
618 }
619
620 .jqx-slider-button-light {
621 -moz-border-radius: 100%;
622 -webkit-border-radius: 100%;
623 border-radius: 100%;
624 background-color: transparent;
625 border-color: transparent !important;
626 }
627
628 .jqx-slider-slider-light {
629 transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
630 }
631
632 .jqx-slider-has-value-light {
633 -moz-border-radius: 100%;
634 -webkit-border-radius: 100%;
635 border-radius: 100%;
636 background-color: #0077BE;
637 border-color: #0077BE !important;
638 }
639
640 .jqx-slider-slider-light:active {
641 transform: scale(1.2);
642 box-shadow: rgba(0,0,0,0.3) 0 0 10px;
643 }
644
645 .jqx-slider-tooltip-light, .jqx-slider-tooltip-light .jqx-fill-state-normal-light {
646 border-radius: 4px;
647 display: flex;
648 align-items: center;
649 justify-content: center;
650 background: #0077BE;
651 border-color: #0077BE;
652 color: #fff;
653 font-size:11px;
654 }
655
656 .jqx-slider-tooltip-light .jqx-tooltip-arrow-t-b,
657 .jqx-slider-tooltip-light .jqx-tooltip-arrow-l-r {
658 background: #0077BE;
659 border-color: #0077BE;
660 }
661 .jqx-listitem-state-normal-light,
662 .jqx-listitem-state-hover-light,
663 .jqx-listitem-state-selected-light
664 {
665 padding-top:5px;
666 padding-bottom:5px;
667 margin:0px;
668 border-radius: 0px;
669 }
670
671 .jqx-listitem-state-normal-light.checkboxes,
672 .jqx-listitem-state-hover-light.checkboxes,
673 .jqx-listitem-state-selected-light.checkboxes {
674 border-radius: 4px;
675 }
676
677 .jqx-listitem-element-light {
678
679 }
680
681 /*applied to a list item when the item is selected.*/
682 .jqx-listitem-state-hover-light, .jqx-menu-item-hover-light, .jqx-tree-item-hover-light, .jqx-calendar-cell-hover-light, .jqx-grid-cell-hover-light,
683 .jqx-menu-vertical-light .jqx-menu-item-top-hover-light, .jqx-input-popup-light .jqx-fill-state-hover-light,
684 .jqx-input-popup-light .jqx-fill-state-pressed-light {
685 color: #0077BE !important;
686 border-color: #e1f5fe;
687 text-decoration: none;
688 background-color: #e1f5fe;
689 background-repeat: repeat-x;
690 outline: 0;
691 background: #e1f5fe; /* Old browsers */
692 -webkit-box-shadow: none;
693 -moz-box-shadow: none;
694 box-shadow: none;
695 background-position: 0 0;
696 }
697 .jqx-scheduler-cell-hover-light {
698 border-color: #e3f5fb !important;
699 background: #e3f5fb !important;
700 }
701 .jqx-grid-table-dark {
702 font-size: 14px;
703 }
704
705
706 .jqx-listitem-state-selected-light, .jqx-menu-item-selected-light, .jqx-tree-item-selected-light, .jqx-calendar-cell-selected-light, .jqx-grid-cell-selected-light,
707 .jqx-menu-vertical-light .jqx-menu-item-top-selected-light, .jqx-grid-selectionarea-light, .jqx-input-button-header-light, .jqx-input-button-innerHeader-light {
708 color: #ffffff !important;
709 background-color: #0077BE;
710 *background-color: #0077BE;
711 background-repeat: repeat-x;
712 border-color: #0077BE !important;
713 background: #0077BE; /* Old browsers */
714 -webkit-box-shadow: none;
715 -moz-box-shadow: none;
716 box-shadow: none;
717 }
718 .jqx-scheduler-cell-selected-light {
719 border-color: #0077BE !important;
720 background: #0077BE !important;
721 }
722 .jqx-grid-cell-light .jqx-button-light, .jqx-grid-cell-light .jqx-button-light.jqx-fill-state-hover-light, .jqx-grid-cell-light .jqx-button-light.jqx-fill-state-pressed-light {
723 -webkit-box-shadow: none;
724 -moz-box-shadow: none;
725 box-shadow: none;
726 -webkit-transition: none;
727 -moz-transition: none;
728 -o-transition: none;
729 transition: none;
730 }
731
732 .jqx-popup-light {
733 border: 1px solid #ddd;
734 *border-right-width: 2px;
735 *border-bottom-width: 2px;
736 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
737 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
738 }
739 .jqx-grid-column-sortascbutton-light, .jqx-expander-arrow-bottom-light, .jqx-window-collapse-button-light, .jqx-menu-item-arrow-up-light, .jqx-menu-item-arrow-up-selected-light, .jqx-menu-item-arrow-top-up-light, .jqx-icon-arrow-up-light, .jqx-icon-arrow-up-hover-light, .jqx-icon-arrow-up-selected-light {
740 background-image: url('images/metro-icon-up.png');
741 background-repeat: no-repeat;
742 background-position: center;
743 }
744
745 .jqx-widget-light .jqx-grid-group-expand-light, .jqx-grid-group-expand-light, .jqx-grid-column-menubutton-light, .jqx-grid-column-sortdescbutton-light, .jqx-expander-arrow-top-light, .jqx-window-collapse-button-collapsed-light, .jqx-menu-item-arrow-down-light, .jqx-menu-item-arrow-down-selected-light, .jqx-menu-item-arrow-down-light, .jqx-icon-arrow-down-light, .jqx-icon-arrow-down-hover-light, .jqx-icon-arrow-down-selected-light {
746 background-image: url('images/metro-icon-down.png');
747 background-repeat: no-repeat;
748 background-position: center;
749 }
750
751 .jqx-tabs-arrow-left-light, .jqx-menu-item-arrow-left-selected-light, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-light, .jqx-icon-arrow-down-left-light, .jqx-icon-arrow-left-selected-light {
752 background-image: url('images/metro-icon-left.png');
753 background-repeat: no-repeat;
754 background-position: center;
755 }
756
757 .jqx-widget-light .jqx-grid-group-collapse-light, .jqx-grid-group-collapse-light, .jqx-tabs-arrow-right-light, .jqx-menu-item-arrow-right-selected-light, .jqx-menu-item-arrow-top-right-light, .jqx-icon-arrow-right-light, .jqx-icon-arrow-right-hover-light, .jqx-icon-arrow-right-selected-light {
758 background-image: url('images/metro-icon-right.png');
759 background-repeat: no-repeat;
760 background-position: center;
761 }
762
763 .jqx-tree-item-arrow-collapse-rtl-light, .jqx-tree-item-arrow-collapse-hover-rtl-light {
764 background-image: url(images/metro-icon-left.png);
765 }
766
767 .jqx-menu-item-arrow-left-selected-light {
768 background-image: url('images/metro-icon-left-white.png');
769 background-repeat: no-repeat;
770 background-position: center;
771 }
772
773 .jqx-menu-item-arrow-right-selected-light {
774 background-image: url('images/metro-icon-right-white.png');
775 background-repeat: no-repeat;
776 background-position: center;
777 }
778
779 .jqx-input-button-content-light {
780 font-size: 10px;
781 }
782 .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ddd;}
783 .jqx-grid-groups-row-light > span {
784 padding-left: 4px;
785 }
786 .jqx-combobox-content-light, .jqx-input-light {
787 border-color: #ddd;
788 color: #555555;
789 background-color: #ffffff;
790 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
791 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
792 }
793
794 .jqx-combobox-content-light, .jqx-combobox-light, .jqx-combobox-state-normal-light {
795 border-color: #ddd;
796 }
797
798 .jqx-combobox-content-focus-light, .jqx-combobox-state-focus-light, .jqx-fill-state-focus-light,
799 .jqx-numberinput-focus-light {
800 outline: none;
801 border-color: #959595;
802 }
803
804
805 input[type="text"].jqx-input-light, input[type="password"].jqx-input-light, input[type="text"].jqx-widget-content-light, input[type="textarea"].jqx-widget-content-light, textarea.jqx-input-light {
806 font-size: 14px;
807 padding-left:3px;
808 padding-right: 3px;
809 resize: none;
810 }
811
812 input[type="text"].jqx-input-light:-moz-placeholder, input[type="text"].jqx-widget-content-light:-moz-placeholder, input[type="textarea"].jqx-widget-content-light:-moz-placeholder, textarea.jqx-input-light:-moz-placeholder {
813 color: #999999;
814 }
815
816 input[type="text"].jqx-input-light:-webkit-input-placeholder, input[type="text"].jqx-widget-content-light:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-light:-webkit-input-placeholder, textarea.jqx-input-light:-webkit-input-placeholder {
817 color: #999999;
818 }
819
820 input[type="text"].jqx-input-light:-ms-input-placeholder, input[type="text"].jqx-widget-content-light:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-light:-ms-input-placeholder, textarea.jqx-input-light:-ms-input-placeholder {
821 color: #999999;
822 }
823
824 .jqx-combobox-content-light, .jqx-input-light {
825 border-color: #ddd;
826 color: #555555;
827 background-color: #ffffff;
828 }
829
830 .jqx-combobox-content-light, .jqx-combobox-light, .jqx-combobox-state-normal-light {
831 border-color: #ddd;
832 }
833
834 .jqx-combobox-content-focus-light, .jqx-combobox-state-focus-light, .jqx-fill-state-focus-light,
835 .jqx-numberinput-focus-light {
836 outline: none;
837 border-color: #0077BE;
838 }
839 .jqx-popup-light.jqx-fill-state-focus-light
840 {
841 outline: none;
842 border-color: #ddd !important;
843 }
844
845 .jqx-datetimeinput-content, .jqx-datetimeinput-container {
846 overflow: visible !important;
847 }
848 .jqx-slider-rangebar-light {
849 border-color: #0077BE;
850 background: #0077BE;
851 }
852 .jqx-switchbutton-light{
853 border-radius: 15px;
854 }
855 .jqx-switchbutton-light .jqx-fill-state-normal-light,
856 .jqx-switchbutton-light .jqx-fill-state-hover-light,
857 .jqx-switchbutton-light .jqx-fill-state-pressed-light {
858 border-color: #0077BE;
859 background: #0077BE;
860 }
861
862 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-light {
863 background-image: url('images/metro-icon-down-white.png');
864 background-repeat: no-repeat;
865 background-position: center;
866 }
867 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-light{
868 background-image: url('images/metro-icon-right-white.png');
869 background-repeat: no-repeat;
870 background-position: center;
871 }
872 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-rtl-light{
873 background-image: url('images/metro-icon-left-white.png');
874 background-repeat: no-repeat;
875 background-position: center;
876 }
877 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-rtl-light {
878 background-image: url('images/metro-icon-down-white.png');
879 background-repeat: no-repeat;
880 background-position: center;
881 }
882 .jqx-tabs-title-selected-top-light, .jqx-tabs-selection-tracker-top-light {
883 border-color: transparent;
884 filter: none;
885 background: #fff;
886 color: #333;
887 -webkit-box-shadow: none;
888 -moz-box-shadow: none;
889 box-shadow: none;
890 }
891 .jqx-tabs-arrow-background-light{
892 background: #fff;
893 border:none;
894 box-shadow:none;
895 }
896 .jqx-tabs-title-light, .jqx-ribbon-item-light {
897 color: #333;
898 }
899 .jqx-tabs-title-selected-bottom-light,
900 .jqx-tabs-title-selected-top-light
901 {
902 padding-top:5px;
903 padding-bottom:5px;
904 color: #1997C6;
905 font-weight:500;
906 }
907 .jqx-tabs-title.jqx-fill-state-hover-light {
908 border-color: transparent;
909 }
910 .jqx-ribbon-item-light {
911 cursor: pointer;
912 }
913 .jqx-ribbon-item-selected-light {
914 color: #1997C6;
915 font-weight:500;
916 border-color: transparent;
917 }
918
919 .jqx-ribbon-item-hover-light {
920 background: transparent;
921 border-color: transparent;
922 }
923
924 .jqx-ribbon-header-top-light {
925 border-color: transparent;
926 border-bottom-color: #E0E0E0;
927 }
928
929 .jqx-ribbon-header-bottom-light {
930 border-color: transparent;
931 border-top-color: #E0E0E0;
932 }
933
934 .jqx-ribbon-header-right-light {
935 border-color: transparent;
936 border-left-color:#E0E0E0;
937 }
938
939 .jqx-ribbon-header-left-light {
940 border-color: transparent;
941 border-right-color:#E0E0E0;
942 }
943
944 .jqx-tabs-title-selected-bottom-light, .jqx-tabs-selection-tracker-bottom-light {
945 border-color: transparent;
946 border-top: 1px solid #fff;
947 filter: none;
948 background: #fff;
949 -webkit-box-shadow: none;
950 -moz-box-shadow: none;
951 box-shadow: none;
952 }
953
954 .jqx-tabs-light, .jqx-ribbon-light {
955 border-color: transparent;
956 }
957
958 .jqx-tabs-header-light, .jqx-ribbon-header-light {
959 background: transparent;
960 }
961 .jqx-tabs-position-bottom .jqx-tabs-header-light {
962 border-color: transparent;
963 }
964 .jqx-layout-light .jqx-tabs-header-light, .jqx-layout-light .jqx-ribbon-header-light {
965 background: #fff;
966 border-color: #E0E0E0;
967 }
968 .jqx-tabs-title-bottom {
969 border-color: transparent;
970 }
971 .jqx-tabs-title-hover-top-light, .jqx-tabs-title-hover-bottom-light, .jqx-tabs-header-light {
972 -webkit-box-shadow: none !important;
973 -moz-box-shadow: none !important;
974 box-shadow: none !important;
975 background: transparent;
976 }
977
978 .jqx-tabs-content-light {
979 box-sizing: border-box;
980 border: 1px solid #E0E0E0;
981 border-top-color: transparent;
982 padding:5px;
983 }
984
985 .jqx-tabs-bar-light {
986 position: absolute;
987 bottom: 0;
988 background: #1997C6;
989 height: 2px;
990 z-index:20;
991 transition: .5s cubic-bezier(.35,0,.25,1);
992 }
993 .jqx-tabs-bar-light.vertical {
994 width: 2px;
995 }
996 .jqx-tabs-position-bottom .jqx-tabs-bar-light {
997 top: 0;
998 }
999
1000 .jqx-window-content-light {
1001 box-sizing:border-box;
1002 }
1003
1004 .jqx-layout-light
1005 {
1006 background-color: #cccccc;
1007 }
1008 .jqx-kanban-column-header-collapsed-light {
1009 background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
1010 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 */
1011 background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
1012 background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
1013 background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
1014 background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
1015 }
1016
1017 .jqx-calendar-light td {
1018 font-size: 12px;
1019 }
1020 .jqx-grid-column-menubutton-light {
1021 background-image: url('images/metro-icon-down.png');
1022 }
1023 .jqx-grid-pager-top-light .jqx-grid-pager-number-light,
1024 .jqx-grid-pager-light .jqx-grid-pager-number-light {
1025
1026 background-color: transparent;
1027 border-color: transparent;
1028 color: rgba(0,0,0,.54) !important;
1029 font-size:12px;
1030 }
1031
1032 .jqx-grid-pager-top-light .jqx-grid-pager-number-light:hover,
1033 .jqx-grid-pager-light .jqx-grid-pager-number-light:hover {
1034 font-size:12px;
1035 }
1036
1037 .jqx-grid-pager-top-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light ,
1038 .jqx-grid-pager-light .jqx-grid-pager-number-light.jqx-fill-state-pressed-light {
1039 color: #0077BE !important;
1040 font-weight: bold !important;
1041 }
1042 .jqx-menu-item-arrow-up-selected-light, .jqx-icon-arrow-up-selected-light{background-image:url('images/metro-icon-up-white.png');background-repeat:no-repeat;background-position:center;}
1043 .jqx-menu-item-arrow-down-selected-light, .jqx-icon-arrow-down-selected-light{background-image:url('images/metro-icon-down-white.png');background-repeat:no-repeat;background-position:center;}
1044 .jqx-menu-item-arrow-left-selected-light, .jqx-icon-arrow-left-selected-light{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
1045 .jqx-menu-item-arrow-right-selected-light, .jqx-icon-arrow-right-selected-light{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
1046 .jqx-tabs-close-button-light{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
1047 .jqx-tabs-close-button-selected-light{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
1048 .jqx-tabs-close-button-hover-light{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
1049 .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-up-selected-light{background-image:url('images/metro-icon-up.png');background-repeat:no-repeat;background-position:center;}
1050 .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-down-selected-light{background-image:url('images/metro-icon-down.png');background-repeat:no-repeat;background-position:center;}
1051 .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-left-selected-light{background-image:url('images/metro-icon-left.png');background-repeat:no-repeat;background-position:center;}
1052 .jqx-scrollbar-button-state-pressed-light .jqx-icon-arrow-right-selected-light{background-image:url('images/metro-icon-right.png');background-repeat:no-repeat;background-position:center;}
1053
1054 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-light {
1055 background-image: url('images/metro-icon-down-white.png');
1056 background-repeat: no-repeat;
1057 background-position: center;
1058 }
1059 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-light{
1060 background-image: url('images/metro-icon-right-white.png');
1061 background-repeat: no-repeat;
1062 background-position: center;
1063 }
1064 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-collapse-rtl-light {
1065 background-image: url('images/metro-icon-left-white.png');
1066 background-repeat: no-repeat;
1067 background-position: center;
1068 }
1069 .jqx-grid-cell-light.jqx-grid-cell-selected-light>.jqx-grid-group-expand-rtl-light{
1070 background-image: url('images/metro-icon-down-white.png');
1071 background-repeat: no-repeat;
1072 background-position: center;
1073 }
1074 .jqx-grid-group-collapse-light {
1075 background-image: url(images/metro-icon-right.png);
1076 background-position: 50% 50%;
1077 background-repeat: no-repeat;
1078 }
1079 .jqx-grid-group-collapse-rtl-light
1080 {
1081 padding-right: 0px;
1082 background-image: url(images/metro-icon-left.png);
1083 background-position: 50% 50%;
1084 background-repeat: no-repeat;
1085 }
1086 .jqx-grid-group-expand-light, .jqx-grid-group-expand-rtl-light
1087 {
1088 padding-right: 0px;
1089 background-image: url(images/metro-icon-down.png);
1090 background-position: 50% 50%;
1091 background-repeat: no-repeat;
1092 }
1093 .jqx-icon-arrow-first-light
1094 {
1095 background-image: url('images/metro-icon-first.png');
1096 background-repeat: no-repeat;
1097 background-position: center;
1098 }
1099 .jqx-icon-arrow-last-light
1100 {
1101 background-image: url('images/metro-icon-last.png');
1102 background-repeat: no-repeat;
1103 background-position: center;
1104 }
1105 .jqx-icon-arrow-first-hover-light
1106 {
1107 background-image: url('images/metro-icon-first.png');
1108 background-repeat: no-repeat;
1109 background-position: center;
1110 }
1111 .jqx-icon-arrow-last-hover-light
1112 {
1113 background-image: url('images/metro-icon-last.png');
1114 background-repeat: no-repeat;
1115 background-position: center;
1116 }
1117 .jqx-icon-arrow-first-selected-light
1118 {
1119 background-image: url('images/metro-icon-first-white.png');
1120 background-repeat: no-repeat;
1121 background-position: center;
1122 }
1123 .jqx-icon-arrow-last-selected-light
1124 {
1125 background-image: url('images/metro-icon-last-white.png');
1126 background-repeat: no-repeat;
1127 background-position: center;
1128 }
1129
1130 .jqx-icon-calendar-pressed-light {
1131 background-image: url('images/icon-calendar-white.png');
1132 }
1133 .jqx-icon-time-pressed-light {
1134 background-image: url('images/icon-time-white.png');
1135 }
1136 .jqx-icon-time-light{
1137 margin-left:1px;
1138 }
1139
1140
1141 .sorticon, .filtericon {
1142 box-shadow:none;
1143 }
1144 .sorticon.descending .jqx-grid-column-sorticon-light {
1145 margin-top:-1px;
1146 }
1147 .sorticon.ascending .jqx-grid-column-sorticon-light {
1148 margin-top:1px;
1149 }
1150
1151 .jqx-dropdownlist-state-normal-light .jqx-icon-arrow-down-light,
1152 .jqx-combobox-state-normal-light .jqx-icon-arrow-down-light,
1153 .sorticon.descending .jqx-grid-column-sorticon-light,
1154 .jqx-tree-item-arrow-expand-light,
1155 .jqx-expander-header-light .jqx-icon-arrow-down
1156 {
1157 transform: rotate(0deg);
1158 transition: transform 0.2s ease-out;
1159 }
1160 .jqx-expander-header-light .jqx-icon-arrow-up {
1161 transform: rotate(180deg);
1162 transition: transform 0.2s ease-out;
1163 background-image: url('images/metro-icon-down.png');
1164 }
1165
1166 .jqx-tree-item-arrow-collapse-light
1167 {
1168 transform: rotate(-90deg);
1169 background-image: url('images/metro-icon-down.png');
1170 background-repeat: no-repeat;
1171 background-position: center;
1172 transition: transform 0.2s ease-out;
1173 }
1174 .jqx-dropdownlist-state-selected-light .jqx-icon-arrow-down-light,
1175 .jqx-combobox-state-selected-light .jqx-icon-arrow-down-light,
1176 .sorticon.ascending .jqx-grid-column-sorticon-light
1177 {
1178 transform: rotate(180deg);
1179 transition: transform 0.2s ease-out;
1180 }
1181 .jqx-combobox-state-selected-light .jqx-icon-arrow-down-light{
1182 left:0px;
1183 }
1184
1185 .jqx-primary .jqx-icon-arrow-down-light, .jqx-warning .jqx-icon-arrow-down-light, .jqx-danger .jqx-icon-arrow-down-light, .jqx-success .jqx-icon-arrow-down-light, .jqx-info .jqx-icon-arrow-down-light {
1186 background-image: url('images/metro-icon-down-white.png');
1187 }
1188 .jqx-primary .jqx-icon-arrow-down-selected-light, .jqx-warning .jqx-icon-arrow-down-selected-light, .jqx-danger .jqx-icon-arrow-down-selected-light, .jqx-success .jqx-icon-arrow-down-selected-light, .jqx-info .jqx-icon-arrow-down-selected-light {
1189 background-image: url('images/metro-icon-down-white.png');
1190 }
1191 .jqx-primary .jqx-icon-arrow-down-hover-light, .jqx-warning .jqx-icon-arrow-down-hover-light, .jqx-danger .jqx-icon-arrow-down-hover-light, .jqx-success .jqx-icon-arrow-down-hover-light, .jqx-info .jqx-icon-arrow-down-hover-light {
1192 background-image: url('images/metro-icon-down-white.png');
1193 }
1194 .jqx-primary .jqx-icon-arrow-up-light, .jqx-warning .jqx-icon-arrow-up-light, .jqx-danger .jqx-icon-arrow-up-light, .jqx-success .jqx-icon-arrow-up-light, .jqx-info .jqx-icon-arrow-up-light {
1195 background-image: url('images/metro-icon-up-white.png');
1196 }
1197 .jqx-primary .jqx-icon-arrow-up-selected-light, .jqx-warning .jqx-icon-arrow-up-selected-light, .jqx-danger .jqx-icon-arrow-up-selected-light, .jqx-success .jqx-icon-arrow-up-selected-light, .jqx-info .jqx-icon-arrow-up-selected-light {
1198 background-image: url('images/metro-icon-up-white.png');
1199 }
1200 .jqx-primary .jqx-icon-arrow-up-hover-light, .jqx-warning .jqx-icon-arrow-up-hover-light, .jqx-danger .jqx-icon-arrow-up-hover-light, .jqx-success .jqx-icon-arrow-up-hover-light, .jqx-info .jqx-icon-arrow-up-hover-light {
1201 background-image: url('images/metro-icon-up-white.png');
1202 }
1203
1204
1205 .jqx-primary .jqx-icon-arrow-left-light, .jqx-warning .jqx-icon-arrow-left-light, .jqx-danger .jqx-icon-arrow-left-light, .jqx-success .jqx-icon-arrow-left-light, .jqx-info .jqx-icon-arrow-left-light {
1206 background-image: url('images/metro-icon-left-white.png');
1207 }
1208 .jqx-primary .jqx-icon-arrow-left-selected-light, .jqx-warning .jqx-icon-arrow-left-selected-light, .jqx-danger .jqx-icon-arrow-left-selected-light, .jqx-success .jqx-icon-arrow-left-selected-light, .jqx-info .jqx-icon-arrow-left-selected-light {
1209 background-image: url('images/metro-icon-left-white.png');
1210 }
1211 .jqx-primary .jqx-icon-arrow-left-hover-light, .jqx-warning .jqx-icon-arrow-left-hover-light, .jqx-danger .jqx-icon-arrow-left-hover-light, .jqx-success .jqx-icon-arrow-left-hover-light, .jqx-info .jqx-icon-arrow-left-hover-light {
1212 background-image: url('images/metro-icon-left-white.png');
1213 }
1214 .jqx-primary .jqx-icon-arrow-right-light, .jqx-warning .jqx-icon-arrow-right-light, .jqx-danger .jqx-icon-arrow-right-light, .jqx-success .jqx-icon-arrow-right-light, .jqx-info .jqx-icon-arrow-right-light {
1215 background-image: url('images/metro-icon-right-white.png');
1216 }
1217 .jqx-primary .jqx-icon-arrow-right-selected-light, .jqx-warning .jqx-icon-arrow-right-selected-light, .jqx-danger .jqx-icon-arrow-right-selected-light, .jqx-success .jqx-icon-arrow-right-selected-light, .jqx-info .jqx-icon-arrow-right-selected-light {
1218 background-image: url('images/metro-icon-right-white.png');
1219 }
1220 .jqx-primary .jqx-icon-arrow-right-hover-light, .jqx-warning .jqx-icon-arrow-right-hover-light, .jqx-danger .jqx-icon-arrow-right-hover-light, .jqx-success .jqx-icon-arrow-right-hover-light, .jqx-info .jqx-icon-arrow-right-hover-light {
1221 background-image: url('images/metro-icon-right-white.png');
1222 }
1223
1224 .jqx-slider-tooltip-light.jqx-primary-slider, .jqx-slider-tooltip-light.jqx-primary-slider .jqx-fill-state-normal-light {
1225 border-color: #1ca8dd;
1226 background: #1ca8dd;
1227 }
1228 .jqx-slider-tooltip-light.jqx-success-slider, .jqx-slider-tooltip-light.jqx-success-slider .jqx-fill-state-normal-light {
1229 border-color: #5cb85c;
1230 background: #5cb85c;
1231 }
1232 .jqx-slider-tooltip-light.jqx-inverse-slider, .jqx-slider-tooltip-light.jqx-inverse-slider .jqx-fill-state-normal-light {
1233 border-color: #666;
1234 background: #666;
1235 }
1236 .jqx-slider-tooltip-light.jqx-danger-slider, .jqx-slider-tooltip-light.jqx-danger-slider .jqx-fill-state-normal-light {
1237 border-color: #d9534f;
1238 background: #d9534f;
1239 }
1240 .jqx-slider-tooltip-light.jqx-warning-slider, .jqx-slider-tooltip-light.jqx-warning-slider .jqx-fill-state-normal-light {
1241 border-color: #f0ad4e;
1242 background: #f0ad4e;
1243 }
1244 .jqx-slider-tooltip-light.jqx-info-slider, .jqx-slider-tooltip-light.jqx-info-slider .jqx-fill-state-normal-light {
1245 border-color: #5bc0de;
1246 background: #5bc0de;
1247 }
1248
1249
1250
1251
1252 .jqx-fill-state-pressed-light .jqx-icon-delete-light
1253 {
1254 background-image: url('images/icon-delete-white.png');
1255 }
1256 .jqx-fill-state-pressed-light .jqx-icon-edit-light
1257 {
1258 background-image: url('images/icon-edit-white.png');
1259 }
1260 .jqx-fill-state-pressed-light .jqx-icon-save-light
1261 {
1262 background-image: url('images/icon-save-white.png');
1263 }
1264 .jqx-fill-state-pressed-light .jqx-icon-cancel-light
1265 {
1266 background-image: url('images/icon-cancel-white.png');
1267 }
1268 .jqx-fill-state-pressed-light .jqx-icon-search-light
1269 {
1270 background-image: url(images/search_white.png);
1271 }
1272 .jqx-fill-state-pressed-light .jqx-icon-plus-light
1273 {
1274 background-image: url(images/plus_white.png);
1275 }
1276 .jqx-fill-state-pressed-light .jqx-menu-minimized-button-light {
1277 background-image: url('images/icon-menu-minimized-white.png');
1278 }
1279 .jqx-fill-state-pressed-light .jqx-editor-toolbar-icon-light {
1280 background: url('images/html_editor_white.png') no-repeat;
1281 }
1282 .jqx-editor-toolbar-button-light{
1283 border-color: #ddd;
1284 }

mercurial