profoundjs 7.5.0 → 7.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/LICENSE.txt +27 -25
  2. package/htdocs/jszip/FileSaver.min.js +2 -2
  3. package/htdocs/profoundui/proddata/css/atrium.css +201 -201
  4. package/htdocs/profoundui/proddata/css/designer_respeditor.css +91 -91
  5. package/htdocs/profoundui/proddata/css/ipademulator.css +38 -38
  6. package/htdocs/profoundui/proddata/css/iphoneemulator.css +29 -29
  7. package/htdocs/profoundui/proddata/css/jumpstart.css +442 -442
  8. package/htdocs/profoundui/proddata/css/key_management.css +122 -122
  9. package/htdocs/profoundui/proddata/css/logic.css +1674 -1669
  10. package/htdocs/profoundui/proddata/css/markdown.css +754 -754
  11. package/htdocs/profoundui/proddata/css/profoundai.css +42 -0
  12. package/htdocs/profoundui/proddata/css/puisplash.css +186 -186
  13. package/htdocs/profoundui/proddata/css/qtips.css +32 -32
  14. package/htdocs/profoundui/proddata/html/genieframe.html +25 -25
  15. package/htdocs/profoundui/proddata/js/designer.js +4239 -4188
  16. package/htdocs/profoundui/proddata/js/key_management.js +34 -34
  17. package/htdocs/profoundui/proddata/js/profoundai.js +27 -0
  18. package/htdocs/profoundui/proddata/js/rich-display-react-component.js +45 -45
  19. package/htdocs/profoundui/proddata/js/rich-display-vue-component.js +28 -28
  20. package/htdocs/profoundui/proddata/js/runtime.js +1424 -1416
  21. package/htdocs/profoundui/proddata/js/soapclient.js +419 -419
  22. package/htdocs/profoundui/proddata/typings/profoundjs.d.ts +881 -881
  23. package/htdocs/profoundui/proddata/typings/profoundui.d.ts +388 -388
  24. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-gray.css +414 -414
  25. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-olive.css +623 -623
  26. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-slate.css +672 -672
  27. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-steel.css +10437 -10437
  28. package/htdocs/profoundui/userdata/css/atrium_banner.css +13 -13
  29. package/htdocs/profoundui/userdata/css/atrium_home.css +37 -37
  30. package/htdocs/profoundui/userdata/custom/themes/enhanced.js +104 -104
  31. package/htdocs/profoundui/userdata/custom/themes/hybrid.js +109 -109
  32. package/htdocs/profoundui/userdata/custom/themes/standard.js +68 -68
  33. package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +139 -139
  34. package/htdocs/profoundui/userdata/custom/widgets/listbox.js +37 -37
  35. package/htdocs/profoundui/userdata/custom/widgets/panel.js +74 -74
  36. package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +71 -71
  37. package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +61 -61
  38. package/htdocs/profoundui/userdata/genie skins/Classic/Classic.css +562 -562
  39. package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
  40. package/htdocs/profoundui/userdata/genie skins/Gradient/Gradient.css +616 -616
  41. package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +83 -83
  42. package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +83 -83
  43. package/htdocs/profoundui/userdata/genie skins/Hybrid/Hybrid.css +616 -616
  44. package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +330 -330
  45. package/htdocs/profoundui/userdata/genie skins/Plain/Plain.css +546 -546
  46. package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +6 -6
  47. package/htdocs/profoundui/userdata/genie skins/Skyline/Skyline.css +753 -753
  48. package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +97 -97
  49. package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +97 -97
  50. package/htdocs/profoundui/userdata/genie skins/Tablet/Tablet.css +743 -743
  51. package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +153 -153
  52. package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +92 -92
  53. package/package.json +3 -3
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,672 +1,672 @@
1
- .x-panel {
2
- border-style: solid;
3
- border-color: #abc;
4
- }
5
- .x-panel-header {
6
- color:#fafafa;
7
- border:1px solid #abc;
8
- background-image:url(../images/slate/panel/white-top-bottom.gif);
9
- }
10
-
11
- .x-panel-body {
12
- border-color:#abc;
13
- }
14
-
15
- .x-panel-bbar .x-toolbar {
16
- border-color:#abc;
17
- }
18
-
19
- .x-panel-tbar .x-toolbar {
20
- border-color:#abc;
21
- }
22
-
23
- .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
24
- border-color:#abc;
25
- }
26
- .x-panel-body-noheader, .x-panel-mc .x-panel-body {
27
- border-color:#abc;
28
- }
29
- .x-panel-tl .x-panel-header {
30
- color:#f4f4f4;
31
- }
32
- .x-panel-tc {
33
- background-image:url(../images/slate/panel/top-bottom.gif);
34
- }
35
- .x-panel-tl {
36
- background-image:url(../images/slate/panel/corners-sprite.gif);
37
- border-color:#abc;
38
- }
39
- .x-panel-tr {
40
- background-image:url(../images/slate/panel/corners-sprite.gif);
41
- }
42
- .x-panel-bc {
43
- background-image:url(../images/slate/panel/top-bottom.gif);
44
- }
45
- .x-panel-bl {
46
- background-image:url(../images/slate/panel/corners-sprite.gif);
47
- }
48
- .x-panel-br {
49
- background-image:url(../images/slate/panel/corners-sprite.gif);
50
- }
51
- .x-panel-mc {
52
- background:#eef4f8;
53
- }
54
- .x-panel-mc .x-panel-body {
55
- background:transparent;
56
- border: 0 none;
57
- }
58
- .x-panel-ml {
59
- background-image:url(../images/slate/panel/left-right.gif);
60
- }
61
- .x-panel-mr {
62
- background-image:url(../images/slate/panel/left-right.gif);
63
- }
64
-
65
- .x-panel-dd-spacer{
66
- border:2px dashed #89a;
67
- }
68
-
69
-
70
- /* Tools */
71
- .x-tool {
72
- background-image:url(../images/slate/panel/tool-sprites.gif);
73
- }
74
-
75
- /* Ghosting */
76
- .x-panel-ghost {
77
- background:#e0e0e0;
78
- }
79
-
80
- .x-panel-ghost ul {
81
- border-color:#b0b0b0;
82
- }
83
-
84
- .x-grid-panel .x-panel-mc .x-panel-body {
85
- border:1px solid #abc;
86
- }
87
-
88
- /* Buttons */
89
-
90
- .x-btn-left{
91
- background-image:url(../images/slate/button/btn-sprite.gif);
92
- }
93
- .x-btn-right{
94
- background-image:url(../images/slate/button/btn-sprite.gif);
95
- }
96
- .x-btn-center{
97
- background-image:url(../images/slate/button/btn-sprite.gif);
98
- }
99
- .x-btn-over button{
100
- color:#fff;
101
- }
102
- .x-btn-focus button{
103
- color:#fff;
104
- }
105
- .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
106
- background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
107
- }
108
- .x-btn-with-menu .x-btn-center em {
109
- background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
110
- }
111
- .x-btn-menu-arrow-wrap .x-btn-center button{
112
- background:transparent url(../images/slate/button/btn-arrow.gif) no-repeat left 3px;
113
- }
114
-
115
-
116
- /* Layout classes */
117
-
118
- .x-border-layout-ct {
119
- background:#f0f0f0;
120
- }
121
-
122
- .x-accordion-hd {
123
- background-image:url(../images/slate/panel/light-hd.gif);
124
- }
125
-
126
- .x-layout-collapsed{
127
- background-color:#567;
128
- border-color:#e0e0e0;
129
- }
130
- .x-layout-collapsed-over{
131
- background-color:#789;
132
- }
133
-
134
-
135
-
136
- /* Toolbars */
137
-
138
- .x-toolbar{
139
- border-color:#abc;
140
- background:#f0f4f5 url(../images/slate/toolbar/bg.gif) repeat-x top left;
141
- }
142
- .x-toolbar button {
143
- color:#f4f4f4;
144
- }
145
- .x-toolbar .ytb-text {
146
- color:white;
147
- }
148
- .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
149
- background-image:url(../images/slate/toolbar/btn-arrow.gif);
150
- }
151
- .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
152
- background-image:url(../images/slate/toolbar/btn-arrow.gif);
153
- }
154
- .x-toolbar .x-btn-over .x-btn-left{
155
- background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
156
- }
157
- .x-toolbar .x-btn-over .x-btn-right{
158
- background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
159
- }
160
- .x-toolbar .x-btn-over .x-btn-center{
161
- background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
162
- }
163
- .x-toolbar .x-btn-over button {
164
- color:#fff;
165
- }
166
- .x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
167
- background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
168
- }
169
- .x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
170
- background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
171
- }
172
-
173
- .x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
174
- background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
175
- }
176
- .x-toolbar .ytb-sep {
177
- background-image: url(../images/slate/grid/grid-split.gif);
178
- }
179
-
180
- /* Menus */
181
-
182
- .x-menu{
183
- border:1px solid #aaa;
184
- background:#f0f0f0 url(../images/slate/menu/menu.gif) repeat-y;
185
- }
186
- .x-menu-item-active{
187
- background:#ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
188
- border:1px solid #c2cbd2;
189
- }
190
- .x-menu-item-arrow{
191
- background:transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
192
- }
193
-
194
-
195
- /* Tabs */
196
-
197
- .x-tab-panel-header, .x-tab-panel-footer {
198
-
199
- background: #6b869f;
200
- border-color:#4f657b;
201
- }
202
-
203
-
204
- .x-tab-panel-header {
205
- border-color:#abc;
206
- }
207
-
208
- .x-tab-panel-footer {
209
- border-color:#abc;
210
- }
211
-
212
- ul.x-tab-strip-top{
213
- background:#dbdbdb url(../images/slate/tabs/tab-strip-bg.gif) repeat-x left top;
214
- border-color:#4c647e;
215
- padding-top: 2px;
216
- }
217
-
218
- ul.x-tab-strip-bottom{
219
- background-image:url(../images/slate/tabs/tab-strip-btm-bg.gif);
220
- border-color:#566c82;
221
- }
222
-
223
- .x-tab-strip span.x-tab-strip-text {
224
- color:#333;
225
- }
226
- .x-tab-strip-over span.x-tab-strip-text {
227
- color:#111;
228
- }
229
-
230
- .x-tab-strip-active span.x-tab-strip-text {
231
- color:#fff;
232
- }
233
-
234
- .x-tab-strip-disabled .x-tabs-text {
235
- color:#aaaaaa;
236
- }
237
-
238
- .x-tab-strip-top .x-tab-right {
239
- background-image:url(../images/slate/tabs/tabs-sprite.gif);
240
- }
241
-
242
- .x-tab-strip-top .x-tab-left {
243
- background-image:url(../images/slate/tabs/tabs-sprite.gif);
244
- }
245
- .x-tab-strip-top .x-tab-strip-inner {
246
- background-image:url(../images/slate/tabs/tabs-sprite.gif);
247
- }
248
-
249
- .x-tab-strip-bottom .x-tab-right {
250
- background-image:url(../images/slate/tabs/tab-btm-inactive-right-bg.gif);
251
- }
252
-
253
- .x-tab-strip-bottom .x-tab-left {
254
- background-image:url(../images/slate/tabs/tab-btm-inactive-left-bg.gif);
255
- }
256
-
257
- .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
258
- background-image:url(../images/slate/tabs/tab-btm-right-bg.gif);
259
- }
260
-
261
- .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
262
- background-image:url(../images/slate/tabs/tab-btm-left-bg.gif);
263
- }
264
-
265
- .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
266
- background-image:url(../images/slate/tabs/tab-close.gif);
267
- }
268
- .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
269
- background-image:url(../images/slate/tabs/tab-close.gif);
270
- }
271
-
272
- .x-tab-panel-body {
273
- border-color:#abc;
274
- background:#fff;
275
- }
276
- .x-tab-panel-bbar .x-toolbar {
277
- border-color: #abc;
278
- }
279
-
280
- .x-tab-panel-tbar .x-toolbar {
281
- border-color: #abc;
282
- }
283
-
284
- .x-tab-panel-header-plain .x-tab-strip-spacer {
285
- border-color:#abc;
286
- background: #6b869f;
287
- }
288
-
289
- .x-tab-scroller-left {
290
- background-image: url(../images/slate/tabs/scroll-left.gif);
291
- border-color:#aeaeae;
292
- }
293
- .x-tab-scroller-right {
294
- background-image: url(../images/slate/tabs/scroll-right.gif);
295
- border-color:#aeaeae;
296
- }
297
-
298
- /* Window */
299
-
300
- .x-window-proxy {
301
- background:#e4e8ec;
302
- border-color:#abc;
303
- }
304
-
305
- .x-window-tl .x-window-header {
306
- color:#fafafa;
307
- }
308
- .x-window-tc {
309
- background-image:url(../images/slate/window/top-bottom.png);
310
- }
311
- .x-window-tl {
312
- background-image:url(../images/slate/window/left-corners.png);
313
- }
314
- .x-window-tr {
315
- background-image:url(../images/slate/window/right-corners.png);
316
- }
317
- .x-window-bc {
318
- background-image:url(../images/slate/window/top-bottom.png);
319
- }
320
- .x-window-bl {
321
- background-image:url(../images/slate/window/left-corners.png);
322
- }
323
- .x-window-br {
324
- background-image:url(../images/slate/window/right-corners.png);
325
- }
326
- .x-window-mc {
327
- border:1px solid #abc;
328
- background:#e8e8e8;
329
- }
330
-
331
- .x-window-ml {
332
- background-image:url(../images/slate/window/left-right.png);
333
- }
334
- .x-window-mr {
335
- background-image:url(../images/slate/window/left-right.png);
336
- }
337
- .x-panel-ghost .x-window-tl {
338
- border-color:#abc;
339
- }
340
- .x-panel-collapsed .x-window-tl {
341
- border-color:#abc;
342
- }
343
-
344
- .x-window-plain .x-window-mc {
345
- background: #e8e8e8;
346
- border-right:1px solid #eee;
347
- border-bottom:1px solid #eee;
348
- border-top:1px solid #abc;
349
- border-left:1px solid #abc;
350
- }
351
-
352
- .x-window-plain .x-window-body {
353
- border-left:1px solid #ddd;
354
- border-top:1px solid #ddd;
355
- border-bottom:1px solid #abc;
356
- border-right:1px solid #abc;
357
- background:transparent !important;
358
- }
359
-
360
- body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
361
- background-color: #eceef0;
362
- }
363
-
364
-
365
- /* HTML Editor */
366
- .x-html-editor-wrap {
367
- border-color:#abc;
368
- }
369
- .x-html-editor-tb .x-btn-text {
370
- background:transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
371
- }
372
-
373
-
374
- /* Borders go last for specificity */
375
- .x-panel-noborder .x-panel-body-noborder {
376
- border-width:0;
377
- }
378
-
379
- .x-panel-noborder .x-panel-header-noborder {
380
- border-width:0;
381
- border-bottom:1px solid #abc;
382
- }
383
-
384
- .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
385
- border-width:0;
386
- border-bottom:1px solid #abc;
387
- }
388
-
389
- .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
390
- border-width:0;
391
- border-top:1px solid #abc;
392
- }
393
-
394
- .x-window-noborder .x-window-mc {
395
- border-width:0;
396
- }
397
- .x-window-plain .x-window-body-noborder {
398
- border-width:0;
399
- }
400
-
401
- .x-tab-panel-noborder .x-tab-panel-body-noborder {
402
- border-width:0;
403
- }
404
-
405
- .x-tab-panel-noborder .x-tab-panel-header-noborder {
406
- border-top-width:0;
407
- border-left-width:0;
408
- border-right-width:0;
409
- }
410
-
411
- .x-tab-panel-noborder .x-tab-panel-footer-noborder {
412
- border-bottom-width:0;
413
- border-left-width:0;
414
- border-right-width:0;
415
- }
416
-
417
-
418
- .x-tab-panel-bbar-noborder .x-toolbar {
419
- border-width:0;
420
- border-top:1px solid #abc;
421
- }
422
-
423
- .x-tab-panel-tbar-noborder .x-toolbar {
424
- border-width:0;
425
- border-bottom:1px solid #abc;
426
- }
427
-
428
- /* Forms */
429
- .x-form-text, textarea.x-form-field {
430
- border:1px solid #9ab;
431
- }
432
- .x-trigger-wrap-focus .x-form-trigger {
433
- border-bottom:1px solid #4a7192;
434
- }
435
- .x-form-focus,textarea.x-form-focus {
436
- border:1px solid #4a7192;
437
- }
438
-
439
- .x-form-field-wrap .x-form-trigger {
440
- background:transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
441
- }
442
- .x-form-field-wrap .x-form-date-trigger {
443
- background-image:url(../images/slate/form/date-trigger.gif);
444
- }
445
- .x-form-field-wrap .x-form-clear-trigger {
446
- background-image:url(../images/slate/form/clear-trigger.gif);
447
- }
448
- .x-form-field-wrap .x-form-search-trigger {
449
- background-image:url(../images/slate/form/search-trigger.gif);
450
- }
451
-
452
- .x-form-field-wrap .x-form-trigger {
453
- border-bottom:1px solid #778899;
454
- }
455
-
456
- .x-form fieldset legend {
457
- color:#333;
458
- }
459
-
460
- /* the following need to be duplicated from ext-all.js,
461
- otherwise hover effects are broken */
462
- .x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
463
- .x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
464
- .x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
465
- .x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
466
- .x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}
467
-
468
-
469
- /* Grid */
470
-
471
- .x-grid3-row-selected {
472
- background:#fbf0d2;
473
- border:1px dotted #ccc;
474
- }
475
- .x-grid3-hd-btn{
476
- background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
477
- }
478
- .x-grid3-header{
479
- background:#f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
480
- }
481
- td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner{
482
- background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
483
- }
484
- .sort-asc .x-grid3-sort-icon{
485
- background-image:url(../images/slate/grid/sort_asc.gif);
486
- }
487
- .sort-desc .x-grid3-sort-icon{
488
- background-image:url(../images/slate/grid/sort_desc.gif);
489
- }
490
- td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
491
- border-left:1px solid #fff;
492
- border-right:1px solid #ccc;
493
- }
494
- .x-grid3-cell-selected{
495
- background-color:#e0eaee!important;
496
- }
497
- .x-grid3-body .x-grid3-td-expander{
498
- background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
499
- }
500
- .x-grid3-body .x-grid3-td-checker{
501
- background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
502
- }
503
- .x-grid3-body .x-grid3-td-numberer{
504
- background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
505
- }
506
- .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{
507
- background:transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
508
- }
509
- .x-grid-group-hd {
510
- border-bottom:2px solid #abb;
511
- }
512
- .x-grid-group-hd div {
513
- color: #456;
514
- }
515
- .x-dd-drag-proxy .x-grid3-hd-inner{
516
- background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
517
- border:1px solid #abc;
518
- }
519
- .x-tbar-page-first{
520
- background-image:url(../images/slate/grid/page-first.gif)!important;
521
- }
522
- .x-tbar-page-last{
523
- background-image:url(../images/slate/grid/page-last.gif)!important;
524
- }
525
- .x-tbar-page-next{
526
- background-image:url(../images/slate/grid/page-next.gif)!important;
527
- }
528
- .x-tbar-page-prev{
529
- background-image:url(../images/slate/grid/page-prev.gif)!important;
530
- }
531
- .x-paging-info {
532
- color:#FFFFFF;
533
- }
534
-
535
-
536
- /* Progress Bar */
537
-
538
- .x-progress-bar{
539
- background:#9CBFEE url( ../../resources/images/slate/progress/progress-bg.gif ) repeat-x left center;
540
- border-top:1px solid #ddd;
541
- border-bottom:1px solid #ddd;
542
- }
543
-
544
-
545
- /* Combos */
546
- .x-combo-list{
547
- border:1px solid #89a;
548
- }
549
- .x-combo-list .x-combo-selected{
550
- border:1px dotted #ccc!important;
551
- background:#fbf0d2;
552
- }
553
-
554
-
555
- /* Calendars */
556
-
557
- .x-date-middle,.x-date-left,.x-date-right{
558
- background:url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
559
- }
560
- .x-date-bottom {
561
- background:#DFECFB url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
562
- border-top:1px solid #abc;
563
- }
564
- .x-date-right a{
565
- background-image:url(../images/slate/shared/right-btn.gif);
566
- }
567
- .x-date-left a{
568
- background-image:url(../images/slate/shared/left-btn.gif);
569
- }
570
- .x-date-inner th{
571
- background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
572
- border-bottom:1px solid #abc;
573
- color:#345;
574
- }
575
- .x-date-inner .x-date-selected a {
576
- background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
577
- border:1px solid #89a;
578
- }
579
- .x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{
580
- background:#cfdce1;
581
- }
582
- td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{
583
- color:#123;
584
- background:#cfdce1;
585
- }
586
- .x-date-mp-ybtn a{
587
- background:transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
588
- }
589
- .x-date-mp-btns {
590
- background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
591
- }
592
- td.x-date-mp-sel a{
593
- background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
594
- border:1px solid #abc;
595
- }
596
- .x-date-mp-btns button{
597
- background:#405574;
598
- border:1px solid;
599
- border-color:#abc #055 #055 #abc;
600
- }
601
-
602
- /* Resizable Handle */
603
- .x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{
604
- background:url(../images/slate/sizer/e-handle.gif);background-position:left;
605
- }
606
- .x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{
607
- background:url(../images/slate/sizer/e-handle.gif);background-position:left;
608
- }
609
- .x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{
610
- background:url(../images/slate/sizer/s-handle.gif);background-position:top;
611
- }
612
- .x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{
613
- background:url(../images/slate/sizer/s-handle.gif);background-position:top;
614
- }
615
- .x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{
616
- background:url(../images/slate/sizer/se-handle.gif);background-position:top left;
617
- }
618
- .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
619
- background:url(../images/slate/sizer/nw-handle.gif);background-position:bottom right;
620
- }
621
- .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
622
- background:url(../images/slate/sizer/ne-handle.gif);background-position:bottom left;
623
- }
624
- .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
625
- background:url(../images/slate/sizer/sw-handle.gif);background-position:top right;
626
- }
627
-
628
- /* Tips */
629
- .x-tip .x-tip-close{
630
- background-image:url(../images/slate/qtip/close.gif);
631
- }
632
- .x-tip .x-tip-tc{
633
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
634
- }
635
- .x-tip .x-tip-tl{
636
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
637
- }
638
- .x-tip .x-tip-tr{
639
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
640
- }
641
- .x-tip .x-tip-bc{
642
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
643
- }
644
- .x-tip .x-tip-bl{
645
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
646
- }
647
- .x-tip .x-tip-br{
648
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
649
- }
650
- .x-tip .x-tip-ml{
651
- background:#fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
652
- }
653
- .x-tip .x-tip-mr{
654
- background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
655
- }
656
- .x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;}
657
- .x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);}
658
- .x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);}
659
- .x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;}
660
- .x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;}
661
- .x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;}
662
- .x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);}
663
- .x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);}
664
-
665
-
666
-
667
-
668
- /* Miscellaneous */
669
-
670
- .x-item-disabled * {
671
- color:#333 !important;
672
- }
1
+ .x-panel {
2
+ border-style: solid;
3
+ border-color: #abc;
4
+ }
5
+ .x-panel-header {
6
+ color:#fafafa;
7
+ border:1px solid #abc;
8
+ background-image:url(../images/slate/panel/white-top-bottom.gif);
9
+ }
10
+
11
+ .x-panel-body {
12
+ border-color:#abc;
13
+ }
14
+
15
+ .x-panel-bbar .x-toolbar {
16
+ border-color:#abc;
17
+ }
18
+
19
+ .x-panel-tbar .x-toolbar {
20
+ border-color:#abc;
21
+ }
22
+
23
+ .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
24
+ border-color:#abc;
25
+ }
26
+ .x-panel-body-noheader, .x-panel-mc .x-panel-body {
27
+ border-color:#abc;
28
+ }
29
+ .x-panel-tl .x-panel-header {
30
+ color:#f4f4f4;
31
+ }
32
+ .x-panel-tc {
33
+ background-image:url(../images/slate/panel/top-bottom.gif);
34
+ }
35
+ .x-panel-tl {
36
+ background-image:url(../images/slate/panel/corners-sprite.gif);
37
+ border-color:#abc;
38
+ }
39
+ .x-panel-tr {
40
+ background-image:url(../images/slate/panel/corners-sprite.gif);
41
+ }
42
+ .x-panel-bc {
43
+ background-image:url(../images/slate/panel/top-bottom.gif);
44
+ }
45
+ .x-panel-bl {
46
+ background-image:url(../images/slate/panel/corners-sprite.gif);
47
+ }
48
+ .x-panel-br {
49
+ background-image:url(../images/slate/panel/corners-sprite.gif);
50
+ }
51
+ .x-panel-mc {
52
+ background:#eef4f8;
53
+ }
54
+ .x-panel-mc .x-panel-body {
55
+ background:transparent;
56
+ border: 0 none;
57
+ }
58
+ .x-panel-ml {
59
+ background-image:url(../images/slate/panel/left-right.gif);
60
+ }
61
+ .x-panel-mr {
62
+ background-image:url(../images/slate/panel/left-right.gif);
63
+ }
64
+
65
+ .x-panel-dd-spacer{
66
+ border:2px dashed #89a;
67
+ }
68
+
69
+
70
+ /* Tools */
71
+ .x-tool {
72
+ background-image:url(../images/slate/panel/tool-sprites.gif);
73
+ }
74
+
75
+ /* Ghosting */
76
+ .x-panel-ghost {
77
+ background:#e0e0e0;
78
+ }
79
+
80
+ .x-panel-ghost ul {
81
+ border-color:#b0b0b0;
82
+ }
83
+
84
+ .x-grid-panel .x-panel-mc .x-panel-body {
85
+ border:1px solid #abc;
86
+ }
87
+
88
+ /* Buttons */
89
+
90
+ .x-btn-left{
91
+ background-image:url(../images/slate/button/btn-sprite.gif);
92
+ }
93
+ .x-btn-right{
94
+ background-image:url(../images/slate/button/btn-sprite.gif);
95
+ }
96
+ .x-btn-center{
97
+ background-image:url(../images/slate/button/btn-sprite.gif);
98
+ }
99
+ .x-btn-over button{
100
+ color:#fff;
101
+ }
102
+ .x-btn-focus button{
103
+ color:#fff;
104
+ }
105
+ .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
106
+ background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
107
+ }
108
+ .x-btn-with-menu .x-btn-center em {
109
+ background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
110
+ }
111
+ .x-btn-menu-arrow-wrap .x-btn-center button{
112
+ background:transparent url(../images/slate/button/btn-arrow.gif) no-repeat left 3px;
113
+ }
114
+
115
+
116
+ /* Layout classes */
117
+
118
+ .x-border-layout-ct {
119
+ background:#f0f0f0;
120
+ }
121
+
122
+ .x-accordion-hd {
123
+ background-image:url(../images/slate/panel/light-hd.gif);
124
+ }
125
+
126
+ .x-layout-collapsed{
127
+ background-color:#567;
128
+ border-color:#e0e0e0;
129
+ }
130
+ .x-layout-collapsed-over{
131
+ background-color:#789;
132
+ }
133
+
134
+
135
+
136
+ /* Toolbars */
137
+
138
+ .x-toolbar{
139
+ border-color:#abc;
140
+ background:#f0f4f5 url(../images/slate/toolbar/bg.gif) repeat-x top left;
141
+ }
142
+ .x-toolbar button {
143
+ color:#f4f4f4;
144
+ }
145
+ .x-toolbar .ytb-text {
146
+ color:white;
147
+ }
148
+ .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
149
+ background-image:url(../images/slate/toolbar/btn-arrow.gif);
150
+ }
151
+ .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
152
+ background-image:url(../images/slate/toolbar/btn-arrow.gif);
153
+ }
154
+ .x-toolbar .x-btn-over .x-btn-left{
155
+ background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
156
+ }
157
+ .x-toolbar .x-btn-over .x-btn-right{
158
+ background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
159
+ }
160
+ .x-toolbar .x-btn-over .x-btn-center{
161
+ background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
162
+ }
163
+ .x-toolbar .x-btn-over button {
164
+ color:#fff;
165
+ }
166
+ .x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
167
+ background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
168
+ }
169
+ .x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
170
+ background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
171
+ }
172
+
173
+ .x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
174
+ background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
175
+ }
176
+ .x-toolbar .ytb-sep {
177
+ background-image: url(../images/slate/grid/grid-split.gif);
178
+ }
179
+
180
+ /* Menus */
181
+
182
+ .x-menu{
183
+ border:1px solid #aaa;
184
+ background:#f0f0f0 url(../images/slate/menu/menu.gif) repeat-y;
185
+ }
186
+ .x-menu-item-active{
187
+ background:#ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
188
+ border:1px solid #c2cbd2;
189
+ }
190
+ .x-menu-item-arrow{
191
+ background:transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
192
+ }
193
+
194
+
195
+ /* Tabs */
196
+
197
+ .x-tab-panel-header, .x-tab-panel-footer {
198
+
199
+ background: #6b869f;
200
+ border-color:#4f657b;
201
+ }
202
+
203
+
204
+ .x-tab-panel-header {
205
+ border-color:#abc;
206
+ }
207
+
208
+ .x-tab-panel-footer {
209
+ border-color:#abc;
210
+ }
211
+
212
+ ul.x-tab-strip-top{
213
+ background:#dbdbdb url(../images/slate/tabs/tab-strip-bg.gif) repeat-x left top;
214
+ border-color:#4c647e;
215
+ padding-top: 2px;
216
+ }
217
+
218
+ ul.x-tab-strip-bottom{
219
+ background-image:url(../images/slate/tabs/tab-strip-btm-bg.gif);
220
+ border-color:#566c82;
221
+ }
222
+
223
+ .x-tab-strip span.x-tab-strip-text {
224
+ color:#333;
225
+ }
226
+ .x-tab-strip-over span.x-tab-strip-text {
227
+ color:#111;
228
+ }
229
+
230
+ .x-tab-strip-active span.x-tab-strip-text {
231
+ color:#fff;
232
+ }
233
+
234
+ .x-tab-strip-disabled .x-tabs-text {
235
+ color:#aaaaaa;
236
+ }
237
+
238
+ .x-tab-strip-top .x-tab-right {
239
+ background-image:url(../images/slate/tabs/tabs-sprite.gif);
240
+ }
241
+
242
+ .x-tab-strip-top .x-tab-left {
243
+ background-image:url(../images/slate/tabs/tabs-sprite.gif);
244
+ }
245
+ .x-tab-strip-top .x-tab-strip-inner {
246
+ background-image:url(../images/slate/tabs/tabs-sprite.gif);
247
+ }
248
+
249
+ .x-tab-strip-bottom .x-tab-right {
250
+ background-image:url(../images/slate/tabs/tab-btm-inactive-right-bg.gif);
251
+ }
252
+
253
+ .x-tab-strip-bottom .x-tab-left {
254
+ background-image:url(../images/slate/tabs/tab-btm-inactive-left-bg.gif);
255
+ }
256
+
257
+ .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
258
+ background-image:url(../images/slate/tabs/tab-btm-right-bg.gif);
259
+ }
260
+
261
+ .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
262
+ background-image:url(../images/slate/tabs/tab-btm-left-bg.gif);
263
+ }
264
+
265
+ .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
266
+ background-image:url(../images/slate/tabs/tab-close.gif);
267
+ }
268
+ .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
269
+ background-image:url(../images/slate/tabs/tab-close.gif);
270
+ }
271
+
272
+ .x-tab-panel-body {
273
+ border-color:#abc;
274
+ background:#fff;
275
+ }
276
+ .x-tab-panel-bbar .x-toolbar {
277
+ border-color: #abc;
278
+ }
279
+
280
+ .x-tab-panel-tbar .x-toolbar {
281
+ border-color: #abc;
282
+ }
283
+
284
+ .x-tab-panel-header-plain .x-tab-strip-spacer {
285
+ border-color:#abc;
286
+ background: #6b869f;
287
+ }
288
+
289
+ .x-tab-scroller-left {
290
+ background-image: url(../images/slate/tabs/scroll-left.gif);
291
+ border-color:#aeaeae;
292
+ }
293
+ .x-tab-scroller-right {
294
+ background-image: url(../images/slate/tabs/scroll-right.gif);
295
+ border-color:#aeaeae;
296
+ }
297
+
298
+ /* Window */
299
+
300
+ .x-window-proxy {
301
+ background:#e4e8ec;
302
+ border-color:#abc;
303
+ }
304
+
305
+ .x-window-tl .x-window-header {
306
+ color:#fafafa;
307
+ }
308
+ .x-window-tc {
309
+ background-image:url(../images/slate/window/top-bottom.png);
310
+ }
311
+ .x-window-tl {
312
+ background-image:url(../images/slate/window/left-corners.png);
313
+ }
314
+ .x-window-tr {
315
+ background-image:url(../images/slate/window/right-corners.png);
316
+ }
317
+ .x-window-bc {
318
+ background-image:url(../images/slate/window/top-bottom.png);
319
+ }
320
+ .x-window-bl {
321
+ background-image:url(../images/slate/window/left-corners.png);
322
+ }
323
+ .x-window-br {
324
+ background-image:url(../images/slate/window/right-corners.png);
325
+ }
326
+ .x-window-mc {
327
+ border:1px solid #abc;
328
+ background:#e8e8e8;
329
+ }
330
+
331
+ .x-window-ml {
332
+ background-image:url(../images/slate/window/left-right.png);
333
+ }
334
+ .x-window-mr {
335
+ background-image:url(../images/slate/window/left-right.png);
336
+ }
337
+ .x-panel-ghost .x-window-tl {
338
+ border-color:#abc;
339
+ }
340
+ .x-panel-collapsed .x-window-tl {
341
+ border-color:#abc;
342
+ }
343
+
344
+ .x-window-plain .x-window-mc {
345
+ background: #e8e8e8;
346
+ border-right:1px solid #eee;
347
+ border-bottom:1px solid #eee;
348
+ border-top:1px solid #abc;
349
+ border-left:1px solid #abc;
350
+ }
351
+
352
+ .x-window-plain .x-window-body {
353
+ border-left:1px solid #ddd;
354
+ border-top:1px solid #ddd;
355
+ border-bottom:1px solid #abc;
356
+ border-right:1px solid #abc;
357
+ background:transparent !important;
358
+ }
359
+
360
+ body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
361
+ background-color: #eceef0;
362
+ }
363
+
364
+
365
+ /* HTML Editor */
366
+ .x-html-editor-wrap {
367
+ border-color:#abc;
368
+ }
369
+ .x-html-editor-tb .x-btn-text {
370
+ background:transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
371
+ }
372
+
373
+
374
+ /* Borders go last for specificity */
375
+ .x-panel-noborder .x-panel-body-noborder {
376
+ border-width:0;
377
+ }
378
+
379
+ .x-panel-noborder .x-panel-header-noborder {
380
+ border-width:0;
381
+ border-bottom:1px solid #abc;
382
+ }
383
+
384
+ .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
385
+ border-width:0;
386
+ border-bottom:1px solid #abc;
387
+ }
388
+
389
+ .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
390
+ border-width:0;
391
+ border-top:1px solid #abc;
392
+ }
393
+
394
+ .x-window-noborder .x-window-mc {
395
+ border-width:0;
396
+ }
397
+ .x-window-plain .x-window-body-noborder {
398
+ border-width:0;
399
+ }
400
+
401
+ .x-tab-panel-noborder .x-tab-panel-body-noborder {
402
+ border-width:0;
403
+ }
404
+
405
+ .x-tab-panel-noborder .x-tab-panel-header-noborder {
406
+ border-top-width:0;
407
+ border-left-width:0;
408
+ border-right-width:0;
409
+ }
410
+
411
+ .x-tab-panel-noborder .x-tab-panel-footer-noborder {
412
+ border-bottom-width:0;
413
+ border-left-width:0;
414
+ border-right-width:0;
415
+ }
416
+
417
+
418
+ .x-tab-panel-bbar-noborder .x-toolbar {
419
+ border-width:0;
420
+ border-top:1px solid #abc;
421
+ }
422
+
423
+ .x-tab-panel-tbar-noborder .x-toolbar {
424
+ border-width:0;
425
+ border-bottom:1px solid #abc;
426
+ }
427
+
428
+ /* Forms */
429
+ .x-form-text, textarea.x-form-field {
430
+ border:1px solid #9ab;
431
+ }
432
+ .x-trigger-wrap-focus .x-form-trigger {
433
+ border-bottom:1px solid #4a7192;
434
+ }
435
+ .x-form-focus,textarea.x-form-focus {
436
+ border:1px solid #4a7192;
437
+ }
438
+
439
+ .x-form-field-wrap .x-form-trigger {
440
+ background:transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
441
+ }
442
+ .x-form-field-wrap .x-form-date-trigger {
443
+ background-image:url(../images/slate/form/date-trigger.gif);
444
+ }
445
+ .x-form-field-wrap .x-form-clear-trigger {
446
+ background-image:url(../images/slate/form/clear-trigger.gif);
447
+ }
448
+ .x-form-field-wrap .x-form-search-trigger {
449
+ background-image:url(../images/slate/form/search-trigger.gif);
450
+ }
451
+
452
+ .x-form-field-wrap .x-form-trigger {
453
+ border-bottom:1px solid #778899;
454
+ }
455
+
456
+ .x-form fieldset legend {
457
+ color:#333;
458
+ }
459
+
460
+ /* the following need to be duplicated from ext-all.js,
461
+ otherwise hover effects are broken */
462
+ .x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
463
+ .x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
464
+ .x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
465
+ .x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
466
+ .x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}
467
+
468
+
469
+ /* Grid */
470
+
471
+ .x-grid3-row-selected {
472
+ background:#fbf0d2;
473
+ border:1px dotted #ccc;
474
+ }
475
+ .x-grid3-hd-btn{
476
+ background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
477
+ }
478
+ .x-grid3-header{
479
+ background:#f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
480
+ }
481
+ td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner{
482
+ background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
483
+ }
484
+ .sort-asc .x-grid3-sort-icon{
485
+ background-image:url(../images/slate/grid/sort_asc.gif);
486
+ }
487
+ .sort-desc .x-grid3-sort-icon{
488
+ background-image:url(../images/slate/grid/sort_desc.gif);
489
+ }
490
+ td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
491
+ border-left:1px solid #fff;
492
+ border-right:1px solid #ccc;
493
+ }
494
+ .x-grid3-cell-selected{
495
+ background-color:#e0eaee!important;
496
+ }
497
+ .x-grid3-body .x-grid3-td-expander{
498
+ background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
499
+ }
500
+ .x-grid3-body .x-grid3-td-checker{
501
+ background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
502
+ }
503
+ .x-grid3-body .x-grid3-td-numberer{
504
+ background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
505
+ }
506
+ .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{
507
+ background:transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
508
+ }
509
+ .x-grid-group-hd {
510
+ border-bottom:2px solid #abb;
511
+ }
512
+ .x-grid-group-hd div {
513
+ color: #456;
514
+ }
515
+ .x-dd-drag-proxy .x-grid3-hd-inner{
516
+ background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
517
+ border:1px solid #abc;
518
+ }
519
+ .x-tbar-page-first{
520
+ background-image:url(../images/slate/grid/page-first.gif)!important;
521
+ }
522
+ .x-tbar-page-last{
523
+ background-image:url(../images/slate/grid/page-last.gif)!important;
524
+ }
525
+ .x-tbar-page-next{
526
+ background-image:url(../images/slate/grid/page-next.gif)!important;
527
+ }
528
+ .x-tbar-page-prev{
529
+ background-image:url(../images/slate/grid/page-prev.gif)!important;
530
+ }
531
+ .x-paging-info {
532
+ color:#FFFFFF;
533
+ }
534
+
535
+
536
+ /* Progress Bar */
537
+
538
+ .x-progress-bar{
539
+ background:#9CBFEE url( ../../resources/images/slate/progress/progress-bg.gif ) repeat-x left center;
540
+ border-top:1px solid #ddd;
541
+ border-bottom:1px solid #ddd;
542
+ }
543
+
544
+
545
+ /* Combos */
546
+ .x-combo-list{
547
+ border:1px solid #89a;
548
+ }
549
+ .x-combo-list .x-combo-selected{
550
+ border:1px dotted #ccc!important;
551
+ background:#fbf0d2;
552
+ }
553
+
554
+
555
+ /* Calendars */
556
+
557
+ .x-date-middle,.x-date-left,.x-date-right{
558
+ background:url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
559
+ }
560
+ .x-date-bottom {
561
+ background:#DFECFB url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
562
+ border-top:1px solid #abc;
563
+ }
564
+ .x-date-right a{
565
+ background-image:url(../images/slate/shared/right-btn.gif);
566
+ }
567
+ .x-date-left a{
568
+ background-image:url(../images/slate/shared/left-btn.gif);
569
+ }
570
+ .x-date-inner th{
571
+ background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
572
+ border-bottom:1px solid #abc;
573
+ color:#345;
574
+ }
575
+ .x-date-inner .x-date-selected a {
576
+ background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
577
+ border:1px solid #89a;
578
+ }
579
+ .x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{
580
+ background:#cfdce1;
581
+ }
582
+ td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{
583
+ color:#123;
584
+ background:#cfdce1;
585
+ }
586
+ .x-date-mp-ybtn a{
587
+ background:transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
588
+ }
589
+ .x-date-mp-btns {
590
+ background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
591
+ }
592
+ td.x-date-mp-sel a{
593
+ background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
594
+ border:1px solid #abc;
595
+ }
596
+ .x-date-mp-btns button{
597
+ background:#405574;
598
+ border:1px solid;
599
+ border-color:#abc #055 #055 #abc;
600
+ }
601
+
602
+ /* Resizable Handle */
603
+ .x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{
604
+ background:url(../images/slate/sizer/e-handle.gif);background-position:left;
605
+ }
606
+ .x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{
607
+ background:url(../images/slate/sizer/e-handle.gif);background-position:left;
608
+ }
609
+ .x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{
610
+ background:url(../images/slate/sizer/s-handle.gif);background-position:top;
611
+ }
612
+ .x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{
613
+ background:url(../images/slate/sizer/s-handle.gif);background-position:top;
614
+ }
615
+ .x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{
616
+ background:url(../images/slate/sizer/se-handle.gif);background-position:top left;
617
+ }
618
+ .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
619
+ background:url(../images/slate/sizer/nw-handle.gif);background-position:bottom right;
620
+ }
621
+ .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
622
+ background:url(../images/slate/sizer/ne-handle.gif);background-position:bottom left;
623
+ }
624
+ .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
625
+ background:url(../images/slate/sizer/sw-handle.gif);background-position:top right;
626
+ }
627
+
628
+ /* Tips */
629
+ .x-tip .x-tip-close{
630
+ background-image:url(../images/slate/qtip/close.gif);
631
+ }
632
+ .x-tip .x-tip-tc{
633
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
634
+ }
635
+ .x-tip .x-tip-tl{
636
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
637
+ }
638
+ .x-tip .x-tip-tr{
639
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
640
+ }
641
+ .x-tip .x-tip-bc{
642
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
643
+ }
644
+ .x-tip .x-tip-bl{
645
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
646
+ }
647
+ .x-tip .x-tip-br{
648
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
649
+ }
650
+ .x-tip .x-tip-ml{
651
+ background:#fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
652
+ }
653
+ .x-tip .x-tip-mr{
654
+ background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
655
+ }
656
+ .x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;}
657
+ .x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);}
658
+ .x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);}
659
+ .x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;}
660
+ .x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;}
661
+ .x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;}
662
+ .x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);}
663
+ .x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);}
664
+
665
+
666
+
667
+
668
+ /* Miscellaneous */
669
+
670
+ .x-item-disabled * {
671
+ color:#333 !important;
672
+ }