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

changeset 117
7119ea8a5225
child 301
dbaed96a4a0c
equal deleted inserted replaced
116:065a242ed7ec 117:7119ea8a5225
1 /*Rounded Corners*/
2 /*top-left rounded Corners*/
3 .jqx-rc-tl-bootstrap {
4 -moz-border-radius-topleft: 4px;
5 -webkit-border-top-left-radius: 4px;
6 border-top-left-radius: 4px;
7 }
8 /*top-right rounded Corners*/
9 .jqx-rc-tr-bootstrap {
10 -moz-border-radius-topright: 4px;
11 -webkit-border-top-right-radius: 4px;
12 border-top-right-radius: 4px;
13 }
14 /*bottom-left rounded Corners*/
15 .jqx-rc-bl-bootstrap {
16 -moz-border-radius-bottomleft: 4px;
17 -webkit-border-bottom-left-radius: 4px;
18 border-bottom-left-radius: 4px;
19 }
20 /*bottom-right rounded Corners*/
21 .jqx-rc-br-bootstrap {
22 -moz-border-radius-bottomright: 4px;
23 -webkit-border-bottom-right-radius: 4px;
24 border-bottom-right-radius: 4px;
25 }
26 /*top rounded Corners*/
27 .jqx-rc-t-bootstrap {
28 -moz-border-radius-topleft: 4px;
29 -webkit-border-top-left-radius: 4px;
30 border-top-left-radius: 4px;
31 -moz-border-radius-topright: 4px;
32 -webkit-border-top-right-radius: 4px;
33 border-top-right-radius: 4px;
34 }
35 /*bottom rounded Corners*/
36 .jqx-rc-b-bootstrap {
37 -moz-border-radius-bottomleft: 4px;
38 -webkit-border-bottom-left-radius: 4px;
39 border-bottom-left-radius: 4px;
40 -moz-border-radius-bottomright: 4px;
41 -webkit-border-bottom-right-radius: 4px;
42 border-bottom-right-radius: 4px;
43 }
44 /*right rounded Corners*/
45 .jqx-rc-r-bootstrap {
46 -moz-border-radius-topright: 4px;
47 -webkit-border-top-right-radius: 4px;
48 border-top-right-radius: 4px;
49 -moz-border-radius-bottomright: 4px;
50 -webkit-border-bottom-right-radius: 4px;
51 border-bottom-right-radius: 4px;
52 }
53 /*left rounded Corners*/
54 .jqx-rc-l-bootstrap {
55 -moz-border-radius-topleft: 4px;
56 -webkit-border-top-left-radius: 4px;
57 border-top-left-radius: 4px;
58 -moz-border-radius-bottomleft: 4px;
59 -webkit-border-bottom-left-radius: 4px;
60 border-bottom-left-radius: 4px;
61 }
62 /*all rounded Corners*/
63 .jqx-rc-all-bootstrap {
64 -moz-border-radius: 4px;
65 -webkit-border-radius: 4px;
66 border-radius: 4px;
67 }
68
69 .jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-fill-state-normal-bootstrap,
70 .jqx-widget-content-bootstrap, .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
71 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
72 -webkit-transition: box-shadow linear 0.2s;
73 -moz-transition: box-shadow linear 0.1s;
74 -o-transition: box-shadow linear 0.1s;
75 transition: box-shadow linear 0.1s;
76 }
77
78 .jqx-widget-content-bootstrap {
79 background-color: #ffffff;
80 border-color: #e6e6e6;
81 }
82
83 .jqx-widget-header-bootstrap {
84 background-color: #f5f5f5;
85 border-color: #cccccc;
86 }
87
88 .jqx-fill-state-normal-bootstrap {
89 color: #333333;
90 background-color: #ffffff;
91 border-color: #cccccc;
92 }
93
94 .jqx-button-bootstrap {
95 padding: 4px 12px;
96 -webkit-border-radius: 4px;
97 -moz-border-radius: 4px;
98 border-radius: 4px;
99 *zoom: 1;
100 color: #333333;
101 background-color: #ffffff;
102 border-color: #cccccc;
103 }
104
105 .jqx-combobox-multi-item-bootstrap {
106 padding: 1px 3px;
107 }
108
109 .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
110 color: #333333;
111 background-color: #ebebeb;
112 border-color: #adadad;
113 }
114
115 .jqx-fill-state-hover-bootstrap, .jqx-fill-state-focus-bootstrap {
116 color: #333333;
117 text-decoration: none;
118 }
119
120 .jqx-fill-state-pressed-bootstrap {
121 background-image: none;
122 outline: 0;
123 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
124 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
125 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
126 }
127
128 .jqx-grid-cell-bootstrap {
129 -webkit-box-shadow: none;
130 -moz-box-shadow: none;
131 box-shadow: none;
132 }
133
134 .jqx-grid-column-menubutton-bootstrap {
135 background-color: transparent;
136 }
137
138 .jqx-calendar-row-header-bootstrap, .jqx-calendar-top-left-header-bootstrap {
139 background-color: #f0f0f0;
140 border: 0px solid #f2f2f2;
141 }
142
143 .jqx-calendar-column-header-bootstrap {
144 background-color: #FFF;
145 border-top: 1px solid #FFF;
146 border-bottom: 1px solid #e9e9e9;
147 }
148
149 .jqx-expander-header-bootstrap {
150 background: #fff;
151 -webkit-box-shadow: none;
152 -moz-box-shadow: none;
153 box-shadow: none;
154 border-color: #e6e6e6;
155 }
156
157 .jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-widget-content-bootstrap {
158 -webkit-background-clip: padding-box;
159 -moz-background-clip: padding-box;
160 background-clip: padding-box;
161 }
162
163 .jqx-scrollbar-state-normal-bootstrap {
164 background-color: #f0f0f0;
165 border: 1px solid #f0f0f0;
166 }
167
168 .jqx-scrollbar-thumb-state-normal-bootstrap, .jqx-scrollbar-thumb-state-normal-horizontal-bootstrap {
169 background: #f5f5f5;
170 border-color: #b3b3b3;
171 }
172
173 .jqx-scrollbar-thumb-state-hover-bootstrap, .jqx-scrollbar-thumb-state-hover-horizontal-bootstrap {
174 background: #e6e6e6;
175 border-color: #b3b3b3;
176 }
177
178 .jqx-progressbar-bootstrap {
179 background: #f7f7f7 !important;
180 -webkit-box-shadow: none;
181 -moz-box-shadow: none;
182 box-shadow: none;
183 }
184
185 .jqx-progressbar-value-bootstrap, .jqx-splitter-collapse-button-horizontal-bootstrap {
186 background-color: #428bca;
187 }
188
189 .jqx-splitter-collapse-button-vertical-bootstrap, .jqx-progressbar-value-vertical-bootstrap {
190 background-color: #428bca;
191 }
192
193 .jqx-scrollbar-thumb-state-pressed-bootstrap, .jqx-splitter-splitbar-vertical-bootstrap, .jqx-splitter-splitbar-horizontal-bootstrap, .jqx-scrollbar-thumb-state-pressed-horizontal-bootstrap {
194 background: #d9d9d9;
195 border-color: #b3b3b3;
196 }
197
198 .jqx-grid-column-sortdescbutton-bootstrap, jqx-grid-column-filterbutton-bootstrap, .jqx-grid-column-sortascbutton-bootstrap {
199 background-color: transparent;
200 border-style: solid;
201 border-width: 0px 0px 0px 0px;
202 border-color: #cccccc;
203 }
204
205 .jqx-slider-rangebar-bootstrap {
206 background: #cccccc;
207 }
208
209 .jqx-menu-vertical-bootstrap {
210 background: #ffffff;
211 filter: none;
212 }
213
214 .jqx-checkbox-check-checked-bootstrap {
215 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
216 }
217
218 .jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
219 }
220
221 .jqx-combobox-content-bootstrap {
222 border-color: #cccccc;
223 }
224
225 .jqx-fill-state-focus-bootstrap, .jqx-combobox-content-focus-bootstrap, .jqx-numberinput-focus-bootstrap {
226 outline: none;
227 border-color: #b3b3b3;
228 }
229
230 .jqx-grid-bottomright-bootstrap, .jqx-panel-bottomright-bootstrap, .jqx-listbox-bottomright-bootstrap {
231 background-color: #efefef;
232 }
233
234 .jqx-tabs-title-bootstrap,
235 .jqx-tabs-title-bottom-bootstrap, .jqx-expander-header-bootstrap {
236 color: #0088cc !important;
237 }
238
239 .jqx-expander-header-bootstrap:hover {
240 color: #005580 !important;
241 cursor: pointer;
242 }
243
244 .jqx-tabs-title-hover-top-bootstrap,
245 .jqx-tabs-title-hover-bottom-bootstrap {
246 color: #005580 !important;
247 background: #eee;
248 border-color: #eee;
249 -moz-border-radius: 0px;
250 -webkit-border-radius: 0px;
251 border-radius: 0px;
252 }
253
254 .jqx-tabs-title-selected-top-bootstrap, .jqx-tabs-selection-tracker-top-bootstrap {
255 border-color: #ddd;
256 border-bottom: 1px solid #fff;
257 filter: none;
258 color: #555555 !important;
259 background: #fff;
260 box-shadow: none;
261 }
262
263 .jqx-tabs-title-selected-bottom-bootstrap, .jqx-tabs-selection-tracker-bottom-bootstrap {
264 border-color: #ddd;
265 border-top: 1px solid #fff;
266 filter: none;
267 color: #555555 !important;
268 background: #fff;
269 box-shadow: none;
270 }
271
272 .jqx-tabs-header-bootstrap {
273 background: #fff;
274 border-color: #ddd;
275 -webkit-box-shadow: none;
276 box-shadow: none;
277 }
278
279 .jqx-tabs-bootstrap {
280 border-color: #ddd;
281 }
282
283 .jqx-window-bootstrap, .jqx-tooltip-bootstrap {
284 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
285 }
286
287 .jqx-docking-bootstrap .jqx-window-bootstrap {
288 box-shadow: none;
289 }
290
291 .jqx-docking-panel-bootstrap .jqx-window-bootstrap {
292 box-shadow: none;
293 }
294
295 .jqx-radiobutton-bootstrap {
296 -moz-border-radius: 100%;
297 -webkit-border-radius: 100%;
298 border-radius: 100%;
299 background-repeat: no-repeat;
300 background: none;
301 }
302
303 .jqx-radiobutton-bootstrap-bootstrap, .jqx-radiobutton-hover-bootstrap {
304 -moz-border-radius: 100%;
305 -webkit-border-radius: 100%;
306 border-radius: 100%;
307 background-repeat: no-repeat;
308 }
309
310 .jqx-radiobutton-check-checked-bootstrap {
311 filter: none;
312 background: #666;
313 background-repeat: no-repeat;
314 -moz-border-radius: 100%;
315 -webkit-border-radius: 100%;
316 border-radius: 100%;
317 }
318
319 .jqx-radiobutton-check-indeterminate-bootstrap {
320 filter: none;
321 background: #999;
322 -moz-border-radius: 100%;
323 -webkit-border-radius: 100%;
324 border-radius: 100%;
325 }
326
327 .jqx-radiobutton-check-indeterminate-disabled-bootstrap {
328 filter: none;
329 background: #999;
330 -moz-border-radius: 100%;
331 -webkit-border-radius: 100%;
332 border-radius: 100%;
333 }
334
335 .jqx-slider-track-horizontal-bootstrap, .jqx-slider-track-vertical-bootstrap {
336 border-color: #cccccc;
337 background: #f0f0f0;
338 }
339
340 .jqx-slider-button-bootstrap {
341 -moz-border-radius: 100%;
342 -webkit-border-radius: 100%;
343 border-radius: 100%;
344 }
345
346 .jqx-fill-state-normal-bootstrap.jqx-primary {
347 color: #ffffff;
348 background-color: #428bca;
349 border-color: #357ebd;
350 }
351
352 .jqx-fill-state-hover-bootstrap.jqx-primary {
353 color: #ffffff;
354 background-color: #3276b1;
355 border-color: #285e8e;
356 }
357
358 .jqx-fill-state-pressed-bootstrap.jqx-primary {
359 color: #ffffff;
360 background-color: #3276b1;
361 border-color: #285e8e;
362 }
363
364 .jqx-fill-state-normal-bootstrap.jqx-warning {
365 color: #ffffff;
366 background-color: #f0ad4e;
367 border-color: #eea236;
368 }
369
370 .jqx-fill-state-hover-bootstrap.jqx-warning {
371 color: #ffffff;
372 background-color: #ed9c28;
373 border-color: #d58512;
374 }
375
376 .jqx-fill-state-pressed-bootstrap.jqx-warning {
377 color: #ffffff;
378 background-color: #ed9c28;
379 border-color: #d58512;
380 }
381
382 .jqx-fill-state-normal-bootstrap.jqx-danger {
383 color: #ffffff;
384 background-color: #d9534f;
385 border-color: #d43f3a;
386 }
387
388 .jqx-fill-state-hover-bootstrap.jqx-danger {
389 color: #ffffff;
390 background-color: #d2322d;
391 border-color: #ac2925;
392 }
393
394 .jqx-fill-state-pressed-bootstrap.jqx-danger {
395 color: #ffffff;
396 background-color: #d2322d;
397 border-color: #ac2925;
398 }
399
400 .jqx-fill-state-normal-bootstrap.jqx-success {
401 color: #ffffff;
402 background-color: #5cb85c;
403 border-color: #4cae4c;
404 }
405
406 .jqx-fill-state-hover-bootstrap.jqx-success {
407 color: #ffffff;
408 background-color: #47a447;
409 border-color: #398439;
410 }
411
412 .jqx-fill-state-pressed-bootstrap.jqx-success {
413 color: #ffffff;
414 background-color: #47a447;
415 border-color: #398439;
416 }
417
418 .jqx-fill-state-normal-bootstrap.jqx-info {
419 color: #ffffff;
420 background-color: #5bc0de;
421 border-color: #46b8da;
422 }
423
424 .jqx-fill-state-hover-bootstrap.jqx-info {
425 color: #ffffff;
426 background-color: #39b3d7;
427 border-color: #269abc;
428 }
429
430 .jqx-fill-state-pressed-bootstrap.jqx-info {
431 color: #ffffff;
432 background-color: #39b3d7;
433 border-color: #269abc;
434 }
435
436 .jqx-fill-state-normal-bootstrap.jqx-inverse {
437 color: #ffffff;
438 background-color: #222222;
439 border-color: #080808;
440 }
441
442 .jqx-fill-state-hover-bootstrap.jqx-inverse {
443 color: #ffffff;
444 background-color: #080808;
445 }
446
447 .jqx-fill-state-pressed-bootstrap.jqx-inverse {
448 color: #ffffff;
449 background-color: #080808;
450 }
451
452 /*applied to a list item when the item is selected.*/
453 .jqx-listitem-state-hover-bootstrap, .jqx-menu-item-hover-bootstrap, .jqx-tree-item-hover-bootstrap, .jqx-calendar-cell-hover-bootstrap, .jqx-grid-cell-hover-bootstrap,
454 .jqx-menu-vertical-bootstrap .jqx-menu-item-top-hover-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-hover-bootstrap,
455 .jqx-input-button-header-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-pressed-bootstrap,
456 .jqx-input-button-header-bootstrap {
457 color: #ffffff !important;
458 color: #333333 !important;
459 background-color: #ebebeb !important;
460 border-color: #ebebeb !important;
461 outline: 0;
462 }
463 .jqx-grid-cell-hover-bootstrap {
464 border-color: #ccc !important;
465 }
466 .jqx-listitem-state-selected-bootstrap, .jqx-menu-item-selected-bootstrap, .jqx-tree-item-selected-bootstrap, .jqx-calendar-cell-selected-bootstrap, .jqx-grid-cell-selected-bootstrap,
467 .jqx-menu-vertical-bootstrap .jqx-menu-item-top-selected-bootstrap, .jqx-grid-selectionarea-bootstrap {
468 color: #ffffff !important;
469 background-color: #428bca !important;
470 border-color: #357ebd !important;
471 }
472 /*top rounded Corners*/
473 .jqx-rc-t-expanded-bootstrap {
474 -moz-border-radius-topleft: 4px !important;
475 -webkit-border-top-left-radius: 4px !important;
476 border-top-left-radius: 4px !important;
477 -moz-border-radius-topright: 4px !important;
478 -webkit-border-top-right-radius: 4px !important;
479 border-top-right-radius: 4px !important;
480 }
481 /*bottom rounded Corners*/
482 .jqx-rc-b-expanded-bootstrap {
483 -moz-border-radius-bottomleft: 4px !important;
484 -webkit-border-bottom-left-radius: 4px !important;
485 border-bottom-left-radius: 4px !important;
486 -moz-border-radius-bottomright: 4px !important;
487 -webkit-border-bottom-right-radius: 4px !important;
488 border-bottom-right-radius: 4px !important;
489 }
490
491 .jqx-popup-bootstrap.jqx-listbox-bootstrap, .jqx-popup-bootstrap.jqx-calendar-bootstrap {
492 top: 2px !important;
493 position: relative;
494 }
495
496 .jqx-popup-up-bootstrap.jqx-listbox-bootstrap, .jqx-popup-up-bootstrap.jqx-calendar-bootstrap {
497 top: 23px !important;
498 position: relative;
499 }
500
501 .jqx-menu-popup-bootstrap > div:first-child {
502 padding-bottom: 15px !important;
503 padding-right: 15px !important;
504 }
505
506 .jqx-menu-dropdown-bootstrap, .jqx-popup-bootstrap.jqx-dropdownbutton-popup-bootstrap {
507 margin-top: 2px !important;
508 }
509
510 .jqx-popup-bootstrap {
511 border: 1px solid #ccc;
512 *border-right-width: 2px;
513 *border-bottom-width: 2px;
514 -webkit-border-radius: 4px !important;
515 -moz-border-radius: 4px !important;
516 border-radius: 4px !important;
517 -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
518 -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
519 -webkit-background-clip: padding-box !important;
520 -moz-background-clip: padding !important;
521 background-clip: padding-box !important;
522 }
523
524 .jqx-widget-bootstrap .jqx-grid-cell-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-header-bootstrap, .jqx-widget-bootstrap .jqx-grid-group-cell {
525 border-color: #ccc;
526 }
527
528 .jqx-widget-bootstrap .jqx-grid-column-menubutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortascbutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortdescbutton-bootstrap, .jqx-widget .jqx-grid-column-filterbutton-bootstrap {
529 border-color: #ccc;
530 }
531
532 .jqx-grid-column-sortascbutton-bootstrap, .jqx-expander-arrow-bottom-bootstrap, .jqx-window-collapse-button-bootstrap, .jqx-menu-item-arrow-up-bootstrap, .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-menu-item-arrow-top-up-bootstrap, .jqx-icon-arrow-up-bootstrap, .jqx-icon-arrow-up-hover-bootstrap, .jqx-icon-arrow-up-selected-bootstrap {
533 background-image: url('images/icon-up.png');
534 background-repeat: no-repeat;
535 background-position: center;
536 }
537
538 .jqx-widget-bootstrap .jqx-grid-group-expand-bootstrap, .jqx-grid-group-expand-bootstrap, .jqx-grid-column-menubutton-bootstrap, .jqx-grid-column-sortdescbutton-bootstrap, .jqx-expander-arrow-top-bootstrap, .jqx-window-collapse-button-collapsed-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-icon-arrow-down-bootstrap, .jqx-icon-arrow-down-hover-bootstrap, .jqx-icon-arrow-down-selected-bootstrap {
539 background-image: url('images/icon-down.png');
540 background-repeat: no-repeat;
541 background-position: center;
542 }
543
544 .jqx-tabs-arrow-left-bootstrap, .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-bootstrap, .jqx-icon-arrow-down-left-bootstrap, .jqx-icon-arrow-left-selected-bootstrap {
545 background-image: url('images/icon-left.png');
546 background-repeat: no-repeat;
547 background-position: center;
548 }
549
550 .jqx-widget-bootstrap .jqx-grid-group-collapse-bootstrap, .jqx-grid-group-collapse-bootstrap, .jqx-tabs-arrow-right-bootstrap, .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-menu-item-arrow-top-right-bootstrap, .jqx-icon-arrow-right-bootstrap, .jqx-icon-arrow-right-hover-bootstrap, .jqx-icon-arrow-right-selected-bootstrap {
551 background-image: url('images/icon-right.png');
552 background-repeat: no-repeat;
553 background-position: center;
554 }
555
556 .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
557 background-image: url(images/icon-left.png);
558 }
559
560 .jqx-menu-item-arrow-left-selected-bootstrap {
561 background-image: url('images/icon-left-white.png');
562 background-repeat: no-repeat;
563 background-position: center;
564 }
565
566 .jqx-menu-item-arrow-right-selected-bootstrap {
567 background-image: url('images/icon-right-white.png');
568 background-repeat: no-repeat;
569 background-position: center;
570 }
571
572 .jqx-primary .jqx-grid-column-sortascbutton-bootstrap, .jqx-primary .jqx-expander-arrow-bottom-bootstrap, .jqx-primary .jqx-window-collapse-button-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-hover-bootstrap, .jqx-primary .jqx-icon-arrow-up-selected-bootstrap {
573 background-image: url('images/icon-up-white.png');
574 background-repeat: no-repeat;
575 background-position: center;
576 }
577
578 .jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-column-menubutton-bootstrap, .jqx-primary .jqx-grid-column-sortdescbutton-bootstrap, .jqx-primary .jqx-expander-arrow-top-bootstrap, .jqx-primary .jqx-window-collapse-button-collapsed-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-hover-bootstrap, .jqx-primary .jqx-icon-arrow-down-selected-bootstrap {
579 background-image: url('images/icon-down-white.png');
580 background-repeat: no-repeat;
581 background-position: center;
582 }
583
584 .jqx-primary .jqx-tabs-arrow-left-bootstrap, .jqx-primary .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-left, .jqx-primary .jqx-icon-arrow-left-bootstrap, .jqx-primary .jqx-icon-arrow-down-left-bootstrap, .jqx-primary .jqx-icon-arrow-left-selected-bootstrap {
585 background-image: url('images/icon-left-white.png');
586 background-repeat: no-repeat;
587 background-position: center;
588 }
589
590 .jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-tabs-arrow-right-bootstrap, .jqx-primary .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-hover-bootstrap, .jqx-primary .jqx-icon-arrow-right-selected-bootstrap {
591 background-image: url('images/icon-right-white.png');
592 background-repeat: no-repeat;
593 background-position: center;
594 }
595
596 .jqx-primary .jqx-window-close-button-bootstrap, .jqx-primary .jqx-icon-close-bootstrap, .jqx-primary .jqx-tabs-close-button-bootstrap, .jqx-primary .jqx-tabs-close-button-hover-bootstrap, .jqx-primary .jqx-tabs-close-button-selected-bootstrap {
597 background-image: url(images/close_white.png);
598 background-repeat: no-repeat;
599 background-position: center;
600 }
601
602 .jqx-primary .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-primary .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
603 background-image: url(images/icon-left.png);
604 }
605
606 .jqx-warning .jqx-grid-column-sortascbutton-bootstrap, .jqx-warning .jqx-expander-arrow-bottom-bootstrap, .jqx-warning .jqx-window-collapse-button-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-hover-bootstrap, .jqx-warning .jqx-icon-arrow-up-selected-bootstrap {
607 background-image: url('images/icon-up-white.png');
608 background-repeat: no-repeat;
609 background-position: center;
610 }
611
612 .jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-column-menubutton-bootstrap, .jqx-warning .jqx-grid-column-sortdescbutton-bootstrap, .jqx-warning .jqx-expander-arrow-top-bootstrap, .jqx-warning .jqx-window-collapse-button-collapsed-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-hover-bootstrap, .jqx-warning .jqx-icon-arrow-down-selected-bootstrap {
613 background-image: url('images/icon-down-white.png');
614 background-repeat: no-repeat;
615 background-position: center;
616 }
617
618 .jqx-warning .jqx-tabs-arrow-left-bootstrap, .jqx-warning .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-left, .jqx-warning .jqx-icon-arrow-left-bootstrap, .jqx-warning .jqx-icon-arrow-down-left-bootstrap, .jqx-warning .jqx-icon-arrow-left-selected-bootstrap {
619 background-image: url('images/icon-left-white.png');
620 background-repeat: no-repeat;
621 background-position: center;
622 }
623
624 .jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-tabs-arrow-right-bootstrap, .jqx-warning .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-hover-bootstrap, .jqx-warning .jqx-icon-arrow-right-selected-bootstrap {
625 background-image: url('images/icon-right-white.png');
626 background-repeat: no-repeat;
627 background-position: center;
628 }
629
630 .jqx-warning .jqx-window-close-button-bootstrap, .jqx-warning .jqx-icon-close-bootstrap, .jqx-warning .jqx-tabs-close-button-bootstrap, .jqx-warning .jqx-tabs-close-button-hover-bootstrap, .jqx-warning .jqx-tabs-close-button-selected-bootstrap {
631 background-image: url(images/close_white.png);
632 background-repeat: no-repeat;
633 background-position: center;
634 }
635
636 .jqx-warning .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-warning .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
637 background-image: url(images/icon-left.png);
638 }
639
640 .jqx-danger .jqx-grid-column-sortascbutton-bootstrap, .jqx-danger .jqx-expander-arrow-bottom-bootstrap, .jqx-danger .jqx-window-collapse-button-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-hover-bootstrap, .jqx-danger .jqx-icon-arrow-up-selected-bootstrap {
641 background-image: url('images/icon-up-white.png');
642 background-repeat: no-repeat;
643 background-position: center;
644 }
645
646 .jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-column-menubutton-bootstrap, .jqx-danger .jqx-grid-column-sortdescbutton-bootstrap, .jqx-danger .jqx-expander-arrow-top-bootstrap, .jqx-danger .jqx-window-collapse-button-collapsed-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-hover-bootstrap, .jqx-danger .jqx-icon-arrow-down-selected-bootstrap {
647 background-image: url('images/icon-down-white.png');
648 background-repeat: no-repeat;
649 background-position: center;
650 }
651
652 .jqx-danger .jqx-tabs-arrow-left-bootstrap, .jqx-danger .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-left, .jqx-danger .jqx-icon-arrow-left-bootstrap, .jqx-danger .jqx-icon-arrow-down-left-bootstrap, .jqx-danger .jqx-icon-arrow-left-selected-bootstrap {
653 background-image: url('images/icon-left-white.png');
654 background-repeat: no-repeat;
655 background-position: center;
656 }
657
658 .jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-tabs-arrow-right-bootstrap, .jqx-danger .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-hover-bootstrap, .jqx-danger .jqx-icon-arrow-right-selected-bootstrap {
659 background-image: url('images/icon-right-white.png');
660 background-repeat: no-repeat;
661 background-position: center;
662 }
663
664 .jqx-danger .jqx-window-close-button-bootstrap, .jqx-danger .jqx-icon-close-bootstrap, .jqx-danger .jqx-tabs-close-button-bootstrap, .jqx-danger .jqx-tabs-close-button-hover-bootstrap, .jqx-danger .jqx-tabs-close-button-selected-bootstrap {
665 background-image: url(images/close_white.png);
666 background-repeat: no-repeat;
667 background-position: center;
668 }
669
670 .jqx-danger .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-danger .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
671 background-image: url(images/icon-left.png);
672 }
673
674 .jqx-info .jqx-grid-column-sortascbutton-bootstrap, .jqx-info .jqx-expander-arrow-bottom-bootstrap, .jqx-info .jqx-window-collapse-button-bootstrap, .jqx-info .jqx-menu-item-arrow-up-bootstrap, .jqx-info .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-up-bootstrap, .jqx-info .jqx-icon-arrow-up-bootstrap, .jqx-info .jqx-icon-arrow-up-hover-bootstrap, .jqx-info .jqx-icon-arrow-up-selected-bootstrap {
675 background-image: url('images/icon-up-white.png');
676 background-repeat: no-repeat;
677 background-position: center;
678 }
679
680 .jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-column-menubutton-bootstrap, .jqx-info .jqx-grid-column-sortdescbutton-bootstrap, .jqx-info .jqx-expander-arrow-top-bootstrap, .jqx-info .jqx-window-collapse-button-collapsed-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-hover-bootstrap, .jqx-info .jqx-icon-arrow-down-selected-bootstrap {
681 background-image: url('images/icon-down-white.png');
682 background-repeat: no-repeat;
683 background-position: center;
684 }
685
686 .jqx-info .jqx-tabs-arrow-left-bootstrap, .jqx-info .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-left, .jqx-info .jqx-icon-arrow-left-bootstrap, .jqx-info .jqx-icon-arrow-down-left-bootstrap, .jqx-info .jqx-icon-arrow-left-selected-bootstrap {
687 background-image: url('images/icon-left-white.png');
688 background-repeat: no-repeat;
689 background-position: center;
690 }
691
692 .jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-tabs-arrow-right-bootstrap, .jqx-info .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-right-bootstrap, .jqx-info .jqx-icon-arrow-right-bootstrap, .jqx-info .jqx-icon-arrow-right-hover-bootstrap, .jqx-info .jqx-icon-arrow-right-selected-bootstrap {
693 background-image: url('images/icon-right-white.png');
694 background-repeat: no-repeat;
695 background-position: center;
696 }
697
698 .jqx-info .jqx-window-close-button-bootstrap, .jqx-info .jqx-icon-close-bootstrap, .jqx-info .jqx-tabs-close-button-bootstrap, .jqx-info .jqx-tabs-close-button-hover-bootstrap, .jqx-info .jqx-tabs-close-button-selected-bootstrap {
699 background-image: url(images/close_white.png);
700 background-repeat: no-repeat;
701 background-position: center;
702 }
703
704 .jqx-info .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-info .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
705 background-image: url(images/icon-left.png);
706 }
707
708 .jqx-success .jqx-grid-column-sortascbutton-bootstrap, .jqx-success .jqx-expander-arrow-bottom-bootstrap, .jqx-success .jqx-window-collapse-button-bootstrap, .jqx-success .jqx-menu-item-arrow-up-bootstrap, .jqx-success .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-up-bootstrap, .jqx-success .jqx-icon-arrow-up-bootstrap, .jqx-success .jqx-icon-arrow-up-hover-bootstrap, .jqx-success .jqx-icon-arrow-up-selected-bootstrap {
709 background-image: url('images/icon-up-white.png');
710 background-repeat: no-repeat;
711 background-position: center;
712 }
713
714 .jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-column-menubutton-bootstrap, .jqx-success .jqx-grid-column-sortdescbutton-bootstrap, .jqx-success .jqx-expander-arrow-top-bootstrap, .jqx-success .jqx-window-collapse-button-collapsed-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-hover-bootstrap, .jqx-success .jqx-icon-arrow-down-selected-bootstrap {
715 background-image: url('images/icon-down-white.png');
716 background-repeat: no-repeat;
717 background-position: center;
718 }
719
720 .jqx-success .jqx-tabs-arrow-left-bootstrap, .jqx-success .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-left, .jqx-success .jqx-icon-arrow-left-bootstrap, .jqx-success .jqx-icon-arrow-down-left-bootstrap, .jqx-success .jqx-icon-arrow-left-selected-bootstrap {
721 background-image: url('images/icon-left-white.png');
722 background-repeat: no-repeat;
723 background-position: center;
724 }
725
726 .jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-tabs-arrow-right-bootstrap, .jqx-success .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-right-bootstrap, .jqx-success .jqx-icon-arrow-right-bootstrap, .jqx-success .jqx-icon-arrow-right-hover-bootstrap, .jqx-success .jqx-icon-arrow-right-selected-bootstrap {
727 background-image: url('images/icon-right-white.png');
728 background-repeat: no-repeat;
729 background-position: center;
730 }
731
732 .jqx-success .jqx-window-close-button-bootstrap, .jqx-success .jqx-icon-close-bootstrap, .jqx-success .jqx-tabs-close-button-bootstrap, .jqx-success .jqx-tabs-close-button-hover-bootstrap, .jqx-success .jqx-tabs-close-button-selected-bootstrap {
733 background-image: url(images/close_white.png);
734 background-repeat: no-repeat;
735 background-position: center;
736 }
737
738 .jqx-success .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-success .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
739 background-image: url(images/icon-left.png);
740 }
741
742 .jqx-inverse .jqx-grid-column-sortascbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-bottom-bootstrap, .jqx-inverse .jqx-window-collapse-button-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-up-selected-bootstrap {
743 background-image: url('images/icon-up-white.png');
744 background-repeat: no-repeat;
745 background-position: center;
746 }
747
748 .jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-column-menubutton-bootstrap, .jqx-inverse .jqx-grid-column-sortdescbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-top-bootstrap, .jqx-inverse .jqx-window-collapse-button-collapsed-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-down-selected-bootstrap {
749 background-image: url('images/icon-down-white.png');
750 background-repeat: no-repeat;
751 background-position: center;
752 }
753
754 .jqx-inverse .jqx-tabs-arrow-left-bootstrap, .jqx-inverse .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-left, .jqx-inverse .jqx-icon-arrow-left-bootstrap, .jqx-inverse .jqx-icon-arrow-down-left-bootstrap, .jqx-inverse .jqx-icon-arrow-left-selected-bootstrap {
755 background-image: url('images/icon-left-white.png');
756 background-repeat: no-repeat;
757 background-position: center;
758 }
759
760 .jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-tabs-arrow-right-bootstrap, .jqx-inverse .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-right-selected-bootstrap {
761 background-image: url('images/icon-right-white.png');
762 background-repeat: no-repeat;
763 background-position: center;
764 }
765
766 .jqx-inverse .jqx-window-close-button-bootstrap, .jqx-inverse .jqx-icon-close-bootstrap, .jqx-inverse .jqx-tabs-close-button-bootstrap, .jqx-inverse .jqx-tabs-close-button-hover-bootstrap, .jqx-inverse .jqx-tabs-close-button-selected-bootstrap {
767 background-image: url(images/close_white.png);
768 background-repeat: no-repeat;
769 background-position: center;
770 }
771
772 .jqx-inverse .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-inverse .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
773 background-image: url(images/icon-left.png);
774 }
775
776
777 .jqx-input-button-content-bootstrap {
778 font-size: 10px;
779 }
780
781 .jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
782 border-color: #cccccc;
783 color: #555555;
784 background-color: #ffffff;
785 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
786 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
787 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
788 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
789 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
790 transition: border linear 0.2s, box-shadow linear 0.2s;
791 }
792
793 .jqx-combobox-content-bootstrap, .jqx-combobox-bootstrap, .jqx-combobox-state-normal-bootstrap {
794 border-color: #cccccc;
795 }
796
797 .jqx-combobox-content-focus-bootstrap, .jqx-combobox-state-focus-bootstrap, .jqx-fill-state-focus-bootstrap,
798 .jqx-numberinput-focus-bootstrap {
799 outline: none;
800 border-color: rgba(82, 168, 236, 0.8);
801 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
802 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
803 }
804
805 .jqx-datetimeinput-content, .jqx-datetimeinput-container {
806 overflow: visible !important;
807 }
808
809 input[type="text"].jqx-input-bootstrap, input[type="text"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
810 padding-left: 1px !important;
811 }
812
813 input[type="text"].jqx-input-bootstrap:-moz-placeholder, input[type="text"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
814 color: #999999;
815 }
816
817 input[type="text"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
818 color: #999999;
819 }
820
821 input[type="text"].jqx-input-bootstrap:-ms-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
822 color: #999999;
823 }
824
825 input[type="password"].jqx-input-bootstrap, input[type="password"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
826 padding-left: 1px !important;
827 }
828
829 input[type="password"].jqx-input-bootstrap:-moz-placeholder, input[type="password"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
830 color: #999999;
831 }
832
833 input[type="password"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
834 color: #999999;
835 }
836
837 input[type="password"].jqx-input-bootstrap:-ms-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
838 color: #999999;
839 }
840
841 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap, .jqx-listbox-bootstrap.jqx-fill-state-focus-bootstrap {
842 outline: none;
843 border-color: #b2b2b2;
844 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
845 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
846 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
847 }
848
849 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-primary {
850 border-color: #0044cc #0044cc #002a80;
851 }
852
853 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-warning {
854 border-color: #f89406 #f89406 #ad6704;
855 }
856
857 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-danger {
858 border-color: #bd362f #bd362f #802420;
859 }
860
861 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-success {
862 border-color: #51a351 #51a351 #387038;
863 }
864
865 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-info {
866 border-color: #2f96b4 #2f96b4 #1f6377;
867 }
868
869 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-inverse {
870 border-color: #222222 #222222 #000000;
871 }
872
873 .jqx-popup-bootstrap.jqx-fill-state-focus-bootstrap {
874 border: 1px solid #ccc;
875 *border-right-width: 2px;
876 *border-bottom-width: 2px;
877 -webkit-border-radius: 4px !important;
878 -moz-border-radius: 4px !important;
879 border-radius: 4px !important;
880 -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
881 -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
882 box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
883 }
884
885 .jqx-expander-content-bootstrap.jqx-fill-state-focus-bootstrap {
886 z-index: 20;
887 }
888
889 .jqx-slider-rangebar-bootstrap {
890 border-color: #428bca;
891 background: #428bca;
892 }
893
894 .jqx-slider-button-bootstrap {
895 -moz-border-radius: 100%;
896 -webkit-border-radius: 100%;
897 border-radius: 100%;
898 padding: 3px;
899 }
900
901 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-bootstrap {
902 background-image: url('images/icon-down-white.png');
903 background-repeat: no-repeat;
904 background-position: center;
905 }
906
907 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-bootstrap {
908 background-image: url('images/icon-right-white.png');
909 background-repeat: no-repeat;
910 background-position: center;
911 }
912
913 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-rtl-bootstrap {
914 background-image: url('images/icon-left-white.png');
915 background-repeat: no-repeat;
916 background-position: center;
917 }
918
919 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-rtl-bootstrap {
920 background-image: url('images/icon-down-white.png');
921 background-repeat: no-repeat;
922 background-position: center;
923 }

mercurial