1 | /*! |
---|
2 | * Ext JS Library 3.4.0 |
---|
3 | * Copyright(c) 2006-2011 Sencha Inc. |
---|
4 | * licensing@sencha.com |
---|
5 | * http://www.sencha.com/license |
---|
6 | */ |
---|
7 | .ext-el-mask { |
---|
8 | background-color: #ccc; |
---|
9 | } |
---|
10 | |
---|
11 | .ext-el-mask-msg { |
---|
12 | border-color:#6593cf; |
---|
13 | background-color:#c3daf9; |
---|
14 | background-image:url(../images/default/box/tb-blue.gif); |
---|
15 | } |
---|
16 | .ext-el-mask-msg div { |
---|
17 | background-color: #eee; |
---|
18 | border-color:#a3bad9; |
---|
19 | color:#222; |
---|
20 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
21 | } |
---|
22 | |
---|
23 | .x-mask-loading div { |
---|
24 | background-color:#fbfbfb; |
---|
25 | background-image:url(../images/default/grid/loading.gif); |
---|
26 | } |
---|
27 | |
---|
28 | .x-item-disabled { |
---|
29 | color: gray; |
---|
30 | } |
---|
31 | |
---|
32 | .x-item-disabled * { |
---|
33 | color: gray !important; |
---|
34 | } |
---|
35 | |
---|
36 | .x-splitbar-proxy { |
---|
37 | background-color: #aaa; |
---|
38 | } |
---|
39 | |
---|
40 | .x-color-palette a { |
---|
41 | border-color:#fff; |
---|
42 | } |
---|
43 | |
---|
44 | .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { |
---|
45 | border-color:#8bb8f3; |
---|
46 | background-color: #deecfd; |
---|
47 | } |
---|
48 | |
---|
49 | /* |
---|
50 | .x-color-palette em:hover, .x-color-palette span:hover{ |
---|
51 | background-color: #deecfd; |
---|
52 | } |
---|
53 | */ |
---|
54 | |
---|
55 | .x-color-palette em { |
---|
56 | border-color:#aca899; |
---|
57 | } |
---|
58 | |
---|
59 | .x-ie-shadow { |
---|
60 | background-color:#777; |
---|
61 | } |
---|
62 | |
---|
63 | .x-shadow .xsmc { |
---|
64 | background-image: url(../images/default/shadow-c.png); |
---|
65 | } |
---|
66 | |
---|
67 | .x-shadow .xsml, .x-shadow .xsmr { |
---|
68 | background-image: url(../images/default/shadow-lr.png); |
---|
69 | } |
---|
70 | |
---|
71 | .x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{ |
---|
72 | background-image: url(../images/default/shadow.png); |
---|
73 | } |
---|
74 | |
---|
75 | .loading-indicator { |
---|
76 | font-size: 11px; |
---|
77 | background-image: url(../images/default/grid/loading.gif); |
---|
78 | } |
---|
79 | |
---|
80 | .x-spotlight { |
---|
81 | background-color: #ccc; |
---|
82 | } |
---|
83 | .x-tab-panel-header, .x-tab-panel-footer { |
---|
84 | background-color: #deecfd; |
---|
85 | border-color:#8db2e3; |
---|
86 | overflow:hidden; |
---|
87 | zoom:1; |
---|
88 | } |
---|
89 | |
---|
90 | .x-tab-panel-header, .x-tab-panel-footer { |
---|
91 | border-color:#8db2e3; |
---|
92 | } |
---|
93 | |
---|
94 | ul.x-tab-strip-top{ |
---|
95 | background-color:#cedff5; |
---|
96 | background-image: url(../images/default/tabs/tab-strip-bg.gif); |
---|
97 | border-bottom-color:#8db2e3; |
---|
98 | } |
---|
99 | |
---|
100 | ul.x-tab-strip-bottom{ |
---|
101 | background-color:#cedff5; |
---|
102 | background-image: url(../images/default/tabs/tab-strip-btm-bg.gif); |
---|
103 | border-top-color:#8db2e3; |
---|
104 | } |
---|
105 | |
---|
106 | .x-tab-panel-header-plain .x-tab-strip-spacer, |
---|
107 | .x-tab-panel-footer-plain .x-tab-strip-spacer { |
---|
108 | border-color:#8db2e3; |
---|
109 | background-color: #deecfd; |
---|
110 | } |
---|
111 | |
---|
112 | .x-tab-strip span.x-tab-strip-text { |
---|
113 | font:normal 11px tahoma,arial,helvetica; |
---|
114 | color:#416aa3; |
---|
115 | } |
---|
116 | |
---|
117 | .x-tab-strip-over span.x-tab-strip-text { |
---|
118 | color:#15428b; |
---|
119 | } |
---|
120 | |
---|
121 | .x-tab-strip-active span.x-tab-strip-text { |
---|
122 | color:#15428b; |
---|
123 | font-weight:bold; |
---|
124 | } |
---|
125 | |
---|
126 | .x-tab-strip-disabled .x-tabs-text { |
---|
127 | color:#aaaaaa; |
---|
128 | } |
---|
129 | |
---|
130 | .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{ |
---|
131 | background-image: url(../images/default/tabs/tabs-sprite.gif); |
---|
132 | } |
---|
133 | |
---|
134 | .x-tab-strip-bottom .x-tab-right { |
---|
135 | background-image: url(../images/default/tabs/tab-btm-inactive-right-bg.gif); |
---|
136 | } |
---|
137 | |
---|
138 | .x-tab-strip-bottom .x-tab-left { |
---|
139 | background-image: url(../images/default/tabs/tab-btm-inactive-left-bg.gif); |
---|
140 | } |
---|
141 | |
---|
142 | .x-tab-strip-bottom .x-tab-strip-over .x-tab-right { |
---|
143 | background-image: url(../images/default/tabs/tab-btm-over-right-bg.gif); |
---|
144 | } |
---|
145 | |
---|
146 | .x-tab-strip-bottom .x-tab-strip-over .x-tab-left { |
---|
147 | background-image: url(../images/default/tabs/tab-btm-over-left-bg.gif); |
---|
148 | } |
---|
149 | |
---|
150 | .x-tab-strip-bottom .x-tab-strip-active .x-tab-right { |
---|
151 | background-image: url(../images/default/tabs/tab-btm-right-bg.gif); |
---|
152 | } |
---|
153 | |
---|
154 | .x-tab-strip-bottom .x-tab-strip-active .x-tab-left { |
---|
155 | background-image: url(../images/default/tabs/tab-btm-left-bg.gif); |
---|
156 | } |
---|
157 | |
---|
158 | .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close { |
---|
159 | background-image:url(../images/default/tabs/tab-close.gif); |
---|
160 | } |
---|
161 | |
---|
162 | .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{ |
---|
163 | background-image:url(../images/default/tabs/tab-close.gif); |
---|
164 | } |
---|
165 | |
---|
166 | .x-tab-panel-body { |
---|
167 | border-color:#8db2e3; |
---|
168 | background-color:#fff; |
---|
169 | } |
---|
170 | |
---|
171 | .x-tab-panel-body-top { |
---|
172 | border-top: 0 none; |
---|
173 | } |
---|
174 | |
---|
175 | .x-tab-panel-body-bottom { |
---|
176 | border-bottom: 0 none; |
---|
177 | } |
---|
178 | |
---|
179 | .x-tab-scroller-left { |
---|
180 | background-image:url(../images/default/tabs/scroll-left.gif); |
---|
181 | border-bottom-color:#8db2e3; |
---|
182 | } |
---|
183 | |
---|
184 | .x-tab-scroller-left-over { |
---|
185 | background-position: 0 0; |
---|
186 | } |
---|
187 | |
---|
188 | .x-tab-scroller-left-disabled { |
---|
189 | background-position: -18px 0; |
---|
190 | opacity:.5; |
---|
191 | -moz-opacity:.5; |
---|
192 | filter:alpha(opacity=50); |
---|
193 | cursor:default; |
---|
194 | } |
---|
195 | |
---|
196 | .x-tab-scroller-right { |
---|
197 | background-image:url(../images/default/tabs/scroll-right.gif); |
---|
198 | border-bottom-color:#8db2e3; |
---|
199 | } |
---|
200 | |
---|
201 | .x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar { |
---|
202 | border-color:#99bbe8; |
---|
203 | }.x-form-field { |
---|
204 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
205 | } |
---|
206 | |
---|
207 | .x-form-text, textarea.x-form-field { |
---|
208 | background-color:#fff; |
---|
209 | background-image:url(../images/default/form/text-bg.gif); |
---|
210 | border-color:#b5b8c8; |
---|
211 | } |
---|
212 | |
---|
213 | .x-form-select-one { |
---|
214 | background-color:#fff; |
---|
215 | border-color:#b5b8c8; |
---|
216 | } |
---|
217 | |
---|
218 | .x-form-check-group-label { |
---|
219 | border-bottom: 1px solid #99bbe8; |
---|
220 | color: #15428b; |
---|
221 | } |
---|
222 | |
---|
223 | .x-editor .x-form-check-wrap { |
---|
224 | background-color:#fff; |
---|
225 | } |
---|
226 | |
---|
227 | .x-form-field-wrap .x-form-trigger { |
---|
228 | background-image:url(../images/default/form/trigger.gif); |
---|
229 | border-bottom-color:#b5b8c8; |
---|
230 | } |
---|
231 | |
---|
232 | .x-form-field-wrap .x-form-date-trigger { |
---|
233 | background-image: url(../images/default/form/date-trigger.gif); |
---|
234 | } |
---|
235 | |
---|
236 | .x-form-field-wrap .x-form-clear-trigger { |
---|
237 | background-image: url(../images/default/form/clear-trigger.gif); |
---|
238 | } |
---|
239 | |
---|
240 | .x-form-field-wrap .x-form-search-trigger { |
---|
241 | background-image: url(../images/default/form/search-trigger.gif); |
---|
242 | } |
---|
243 | |
---|
244 | .x-trigger-wrap-focus .x-form-trigger { |
---|
245 | border-bottom-color:#7eadd9; |
---|
246 | } |
---|
247 | |
---|
248 | .x-item-disabled .x-form-trigger-over { |
---|
249 | border-bottom-color:#b5b8c8; |
---|
250 | } |
---|
251 | |
---|
252 | .x-item-disabled .x-form-trigger-click { |
---|
253 | border-bottom-color:#b5b8c8; |
---|
254 | } |
---|
255 | |
---|
256 | .x-form-focus, textarea.x-form-focus { |
---|
257 | border-color:#7eadd9; |
---|
258 | } |
---|
259 | |
---|
260 | .x-form-invalid, textarea.x-form-invalid { |
---|
261 | background-color:#fff; |
---|
262 | background-image:url(../images/default/grid/invalid_line.gif); |
---|
263 | border-color:#c30; |
---|
264 | } |
---|
265 | |
---|
266 | .x-form-invalid.x-form-composite { |
---|
267 | border: none; |
---|
268 | background-image: none; |
---|
269 | } |
---|
270 | |
---|
271 | .x-form-invalid.x-form-composite .x-form-invalid { |
---|
272 | background-color:#fff; |
---|
273 | background-image:url(../images/default/grid/invalid_line.gif); |
---|
274 | border-color:#c30; |
---|
275 | } |
---|
276 | |
---|
277 | .x-form-inner-invalid, textarea.x-form-inner-invalid { |
---|
278 | background-color:#fff; |
---|
279 | background-image:url(../images/default/grid/invalid_line.gif); |
---|
280 | } |
---|
281 | |
---|
282 | .x-form-grow-sizer { |
---|
283 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
284 | } |
---|
285 | |
---|
286 | .x-form-item { |
---|
287 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
288 | } |
---|
289 | |
---|
290 | .x-form-invalid-msg { |
---|
291 | color:#c0272b; |
---|
292 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
293 | background-image:url(../images/default/shared/warning.gif); |
---|
294 | } |
---|
295 | |
---|
296 | .x-form-empty-field { |
---|
297 | color:gray; |
---|
298 | } |
---|
299 | |
---|
300 | .x-small-editor .x-form-field { |
---|
301 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
302 | } |
---|
303 | |
---|
304 | .ext-webkit .x-small-editor .x-form-field { |
---|
305 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
306 | } |
---|
307 | |
---|
308 | .x-form-invalid-icon { |
---|
309 | background-image:url(../images/default/form/exclamation.gif); |
---|
310 | } |
---|
311 | |
---|
312 | .x-fieldset { |
---|
313 | border-color:#b5b8c8; |
---|
314 | } |
---|
315 | |
---|
316 | .x-fieldset legend { |
---|
317 | font:bold 11px tahoma, arial, helvetica, sans-serif; |
---|
318 | color:#15428b; |
---|
319 | } |
---|
320 | .x-btn{ |
---|
321 | font:normal 11px tahoma, verdana, helvetica; |
---|
322 | } |
---|
323 | |
---|
324 | .x-btn button{ |
---|
325 | font:normal 11px arial,tahoma,verdana,helvetica; |
---|
326 | color:#333; |
---|
327 | } |
---|
328 | |
---|
329 | .x-btn em { |
---|
330 | font-style:normal; |
---|
331 | font-weight:normal; |
---|
332 | } |
---|
333 | |
---|
334 | .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{ |
---|
335 | background-image:url(../images/default/button/btn.gif); |
---|
336 | } |
---|
337 | |
---|
338 | .x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{ |
---|
339 | color:#000; |
---|
340 | } |
---|
341 | |
---|
342 | .x-btn-disabled *{ |
---|
343 | color:gray !important; |
---|
344 | } |
---|
345 | |
---|
346 | .x-btn-mc em.x-btn-arrow { |
---|
347 | background-image:url(../images/default/button/arrow.gif); |
---|
348 | } |
---|
349 | |
---|
350 | .x-btn-mc em.x-btn-split { |
---|
351 | background-image:url(../images/default/button/s-arrow.gif); |
---|
352 | } |
---|
353 | |
---|
354 | .x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split { |
---|
355 | background-image:url(../images/default/button/s-arrow-o.gif); |
---|
356 | } |
---|
357 | |
---|
358 | .x-btn-mc em.x-btn-arrow-bottom { |
---|
359 | background-image:url(../images/default/button/s-arrow-b-noline.gif); |
---|
360 | } |
---|
361 | |
---|
362 | .x-btn-mc em.x-btn-split-bottom { |
---|
363 | background-image:url(../images/default/button/s-arrow-b.gif); |
---|
364 | } |
---|
365 | |
---|
366 | .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom { |
---|
367 | background-image:url(../images/default/button/s-arrow-bo.gif); |
---|
368 | } |
---|
369 | |
---|
370 | .x-btn-group-header { |
---|
371 | color: #3e6aaa; |
---|
372 | } |
---|
373 | |
---|
374 | .x-btn-group-tc { |
---|
375 | background-image: url(../images/default/button/group-tb.gif); |
---|
376 | } |
---|
377 | |
---|
378 | .x-btn-group-tl { |
---|
379 | background-image: url(../images/default/button/group-cs.gif); |
---|
380 | } |
---|
381 | |
---|
382 | .x-btn-group-tr { |
---|
383 | background-image: url(../images/default/button/group-cs.gif); |
---|
384 | } |
---|
385 | |
---|
386 | .x-btn-group-bc { |
---|
387 | background-image: url(../images/default/button/group-tb.gif); |
---|
388 | } |
---|
389 | |
---|
390 | .x-btn-group-bl { |
---|
391 | background-image: url(../images/default/button/group-cs.gif); |
---|
392 | } |
---|
393 | |
---|
394 | .x-btn-group-br { |
---|
395 | background-image: url(../images/default/button/group-cs.gif); |
---|
396 | } |
---|
397 | |
---|
398 | .x-btn-group-ml { |
---|
399 | background-image: url(../images/default/button/group-lr.gif); |
---|
400 | } |
---|
401 | .x-btn-group-mr { |
---|
402 | background-image: url(../images/default/button/group-lr.gif); |
---|
403 | } |
---|
404 | |
---|
405 | .x-btn-group-notitle .x-btn-group-tc { |
---|
406 | background-image: url(../images/default/button/group-tb.gif); |
---|
407 | }.x-toolbar{ |
---|
408 | border-color:#a9bfd3; |
---|
409 | background-color:#d0def0; |
---|
410 | background-image:url(../images/default/toolbar/bg.gif); |
---|
411 | } |
---|
412 | |
---|
413 | .x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{ |
---|
414 | font:normal 11px arial,tahoma, helvetica, sans-serif; |
---|
415 | } |
---|
416 | |
---|
417 | .x-toolbar .x-item-disabled { |
---|
418 | color:gray; |
---|
419 | } |
---|
420 | |
---|
421 | .x-toolbar .x-item-disabled * { |
---|
422 | color:gray; |
---|
423 | } |
---|
424 | |
---|
425 | .x-toolbar .x-btn-mc em.x-btn-split { |
---|
426 | background-image:url(../images/default/button/s-arrow-noline.gif); |
---|
427 | } |
---|
428 | |
---|
429 | .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, |
---|
430 | .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split |
---|
431 | { |
---|
432 | background-image:url(../images/default/button/s-arrow-o.gif); |
---|
433 | } |
---|
434 | |
---|
435 | .x-toolbar .x-btn-mc em.x-btn-split-bottom { |
---|
436 | background-image:url(../images/default/button/s-arrow-b-noline.gif); |
---|
437 | } |
---|
438 | |
---|
439 | .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, |
---|
440 | .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom |
---|
441 | { |
---|
442 | background-image:url(../images/default/button/s-arrow-bo.gif); |
---|
443 | } |
---|
444 | |
---|
445 | .x-toolbar .xtb-sep { |
---|
446 | background-image: url(../images/default/grid/grid-blue-split.gif); |
---|
447 | } |
---|
448 | |
---|
449 | .x-tbar-page-first{ |
---|
450 | background-image: url(../images/default/grid/page-first.gif) !important; |
---|
451 | } |
---|
452 | |
---|
453 | .x-tbar-loading{ |
---|
454 | background-image: url(../images/default/grid/refresh.gif) !important; |
---|
455 | } |
---|
456 | |
---|
457 | .x-tbar-page-last{ |
---|
458 | background-image: url(../images/default/grid/page-last.gif) !important; |
---|
459 | } |
---|
460 | |
---|
461 | .x-tbar-page-next{ |
---|
462 | background-image: url(../images/default/grid/page-next.gif) !important; |
---|
463 | } |
---|
464 | |
---|
465 | .x-tbar-page-prev{ |
---|
466 | background-image: url(../images/default/grid/page-prev.gif) !important; |
---|
467 | } |
---|
468 | |
---|
469 | .x-item-disabled .x-tbar-loading{ |
---|
470 | background-image: url(../images/default/grid/refresh-disabled.gif) !important; |
---|
471 | } |
---|
472 | |
---|
473 | .x-item-disabled .x-tbar-page-first{ |
---|
474 | background-image: url(../images/default/grid/page-first-disabled.gif) !important; |
---|
475 | } |
---|
476 | |
---|
477 | .x-item-disabled .x-tbar-page-last{ |
---|
478 | background-image: url(../images/default/grid/page-last-disabled.gif) !important; |
---|
479 | } |
---|
480 | |
---|
481 | .x-item-disabled .x-tbar-page-next{ |
---|
482 | background-image: url(../images/default/grid/page-next-disabled.gif) !important; |
---|
483 | } |
---|
484 | |
---|
485 | .x-item-disabled .x-tbar-page-prev{ |
---|
486 | background-image: url(../images/default/grid/page-prev-disabled.gif) !important; |
---|
487 | } |
---|
488 | |
---|
489 | .x-paging-info { |
---|
490 | color:#444; |
---|
491 | } |
---|
492 | |
---|
493 | .x-toolbar-more-icon { |
---|
494 | background-image: url(../images/default/toolbar/more.gif) !important; |
---|
495 | }.x-resizable-handle { |
---|
496 | background-color:#fff; |
---|
497 | } |
---|
498 | |
---|
499 | .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east, |
---|
500 | .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west |
---|
501 | { |
---|
502 | background-image:url(../images/default/sizer/e-handle.gif); |
---|
503 | } |
---|
504 | |
---|
505 | .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south, |
---|
506 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north |
---|
507 | { |
---|
508 | background-image:url(../images/default/sizer/s-handle.gif); |
---|
509 | } |
---|
510 | |
---|
511 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{ |
---|
512 | background-image:url(../images/default/sizer/s-handle.gif); |
---|
513 | } |
---|
514 | .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{ |
---|
515 | background-image:url(../images/default/sizer/se-handle.gif); |
---|
516 | } |
---|
517 | .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ |
---|
518 | background-image:url(../images/default/sizer/nw-handle.gif); |
---|
519 | } |
---|
520 | .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ |
---|
521 | background-image:url(../images/default/sizer/ne-handle.gif); |
---|
522 | } |
---|
523 | .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ |
---|
524 | background-image:url(../images/default/sizer/sw-handle.gif); |
---|
525 | } |
---|
526 | .x-resizable-proxy{ |
---|
527 | border-color:#3b5a82; |
---|
528 | } |
---|
529 | .x-resizable-overlay{ |
---|
530 | background-color:#fff; |
---|
531 | } |
---|
532 | .x-grid3 { |
---|
533 | background-color:#fff; |
---|
534 | } |
---|
535 | |
---|
536 | .x-grid-panel .x-panel-mc .x-panel-body { |
---|
537 | border-color:#99bbe8; |
---|
538 | } |
---|
539 | |
---|
540 | .x-grid3-row td, .x-grid3-summary-row td{ |
---|
541 | font:normal 11px/13px arial, tahoma, helvetica, sans-serif; |
---|
542 | } |
---|
543 | |
---|
544 | .x-grid3-hd-row td { |
---|
545 | font:normal 11px/15px arial, tahoma, helvetica, sans-serif; |
---|
546 | } |
---|
547 | |
---|
548 | |
---|
549 | .x-grid3-hd-row td { |
---|
550 | border-left-color:#eee; |
---|
551 | border-right-color:#d0d0d0; |
---|
552 | } |
---|
553 | |
---|
554 | .x-grid-row-loading { |
---|
555 | background-color: #fff; |
---|
556 | background-image:url(../images/default/shared/loading-balls.gif); |
---|
557 | } |
---|
558 | |
---|
559 | .x-grid3-row { |
---|
560 | border-color:#ededed; |
---|
561 | border-top-color:#fff; |
---|
562 | } |
---|
563 | |
---|
564 | .x-grid3-row-alt{ |
---|
565 | background-color:#fafafa; |
---|
566 | } |
---|
567 | |
---|
568 | .x-grid3-row-over { |
---|
569 | border-color:#ddd; |
---|
570 | background-color:#efefef; |
---|
571 | background-image:url(../images/default/grid/row-over.gif); |
---|
572 | } |
---|
573 | |
---|
574 | .x-grid3-resize-proxy { |
---|
575 | background-color:#777; |
---|
576 | } |
---|
577 | |
---|
578 | .x-grid3-resize-marker { |
---|
579 | background-color:#777; |
---|
580 | } |
---|
581 | |
---|
582 | .x-grid3-header{ |
---|
583 | background-color:#f9f9f9; |
---|
584 | background-image:url(../images/default/grid/grid3-hrow.gif); |
---|
585 | } |
---|
586 | |
---|
587 | .x-grid3-header-pop { |
---|
588 | border-left-color:#d0d0d0; |
---|
589 | } |
---|
590 | |
---|
591 | .x-grid3-header-pop-inner { |
---|
592 | border-left-color:#eee; |
---|
593 | background-image:url(../images/default/grid/hd-pop.gif); |
---|
594 | } |
---|
595 | |
---|
596 | td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open { |
---|
597 | border-left-color:#aaccf6; |
---|
598 | border-right-color:#aaccf6; |
---|
599 | } |
---|
600 | |
---|
601 | 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 { |
---|
602 | background-color:#ebf3fd; |
---|
603 | background-image:url(../images/default/grid/grid3-hrow-over.gif); |
---|
604 | |
---|
605 | } |
---|
606 | |
---|
607 | .sort-asc .x-grid3-sort-icon { |
---|
608 | background-image: url(../images/default/grid/sort_asc.gif); |
---|
609 | } |
---|
610 | |
---|
611 | .sort-desc .x-grid3-sort-icon { |
---|
612 | background-image: url(../images/default/grid/sort_desc.gif); |
---|
613 | } |
---|
614 | |
---|
615 | .x-grid3-cell-text, .x-grid3-hd-text { |
---|
616 | color:#000; |
---|
617 | } |
---|
618 | |
---|
619 | .x-grid3-split { |
---|
620 | background-image: url(../images/default/grid/grid-split.gif); |
---|
621 | } |
---|
622 | |
---|
623 | .x-grid3-hd-text { |
---|
624 | color:#15428b; |
---|
625 | } |
---|
626 | |
---|
627 | .x-dd-drag-proxy .x-grid3-hd-inner{ |
---|
628 | background-color:#ebf3fd; |
---|
629 | background-image:url(../images/default/grid/grid3-hrow-over.gif); |
---|
630 | border-color:#aaccf6; |
---|
631 | } |
---|
632 | |
---|
633 | .col-move-top{ |
---|
634 | background-image:url(../images/default/grid/col-move-top.gif); |
---|
635 | } |
---|
636 | |
---|
637 | .col-move-bottom{ |
---|
638 | background-image:url(../images/default/grid/col-move-bottom.gif); |
---|
639 | } |
---|
640 | |
---|
641 | td.grid-hd-group-cell { |
---|
642 | background: url(../images/default/grid/grid3-hrow.gif) repeat-x bottom; |
---|
643 | } |
---|
644 | |
---|
645 | .x-grid3-row-selected { |
---|
646 | background-color: #dfe8f6 !important; |
---|
647 | background-image: none; |
---|
648 | border-color:#a3bae9; |
---|
649 | } |
---|
650 | |
---|
651 | .x-grid3-cell-selected{ |
---|
652 | background-color: #b8cfee !important; |
---|
653 | color:#000; |
---|
654 | } |
---|
655 | |
---|
656 | .x-grid3-cell-selected span{ |
---|
657 | color:#000 !important; |
---|
658 | } |
---|
659 | |
---|
660 | .x-grid3-cell-selected .x-grid3-cell-text{ |
---|
661 | color:#000; |
---|
662 | } |
---|
663 | |
---|
664 | .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{ |
---|
665 | background-color:#ebeadb !important; |
---|
666 | background-image:url(../images/default/grid/grid-hrow.gif) !important; |
---|
667 | color:#000; |
---|
668 | border-top-color:#fff; |
---|
669 | border-right-color:#6fa0df !important; |
---|
670 | } |
---|
671 | |
---|
672 | .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{ |
---|
673 | color:#15428b !important; |
---|
674 | } |
---|
675 | |
---|
676 | .x-grid3-dirty-cell { |
---|
677 | background-image:url(../images/default/grid/dirty.gif); |
---|
678 | } |
---|
679 | |
---|
680 | .x-grid3-topbar, .x-grid3-bottombar{ |
---|
681 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
682 | } |
---|
683 | |
---|
684 | .x-grid3-bottombar .x-toolbar{ |
---|
685 | border-top-color:#a9bfd3; |
---|
686 | } |
---|
687 | |
---|
688 | .x-props-grid .x-grid3-td-name .x-grid3-cell-inner{ |
---|
689 | background-image:url(../images/default/grid/grid3-special-col-bg.gif) !important; |
---|
690 | color:#000 !important; |
---|
691 | } |
---|
692 | |
---|
693 | .x-props-grid .x-grid3-body .x-grid3-td-name{ |
---|
694 | background-color:#fff !important; |
---|
695 | border-right-color:#eee; |
---|
696 | } |
---|
697 | |
---|
698 | .xg-hmenu-sort-asc .x-menu-item-icon{ |
---|
699 | background-image: url(../images/default/grid/hmenu-asc.gif); |
---|
700 | } |
---|
701 | |
---|
702 | .xg-hmenu-sort-desc .x-menu-item-icon{ |
---|
703 | background-image: url(../images/default/grid/hmenu-desc.gif); |
---|
704 | } |
---|
705 | |
---|
706 | .xg-hmenu-lock .x-menu-item-icon{ |
---|
707 | background-image: url(../images/default/grid/hmenu-lock.gif); |
---|
708 | } |
---|
709 | |
---|
710 | .xg-hmenu-unlock .x-menu-item-icon{ |
---|
711 | background-image: url(../images/default/grid/hmenu-unlock.gif); |
---|
712 | } |
---|
713 | |
---|
714 | .x-grid3-hd-btn { |
---|
715 | background-color:#c3daf9; |
---|
716 | background-image:url(../images/default/grid/grid3-hd-btn.gif); |
---|
717 | } |
---|
718 | |
---|
719 | .x-grid3-body .x-grid3-td-expander { |
---|
720 | background-image:url(../images/default/grid/grid3-special-col-bg.gif); |
---|
721 | } |
---|
722 | |
---|
723 | .x-grid3-row-expander { |
---|
724 | background-image:url(../images/default/grid/row-expand-sprite.gif); |
---|
725 | } |
---|
726 | |
---|
727 | .x-grid3-body .x-grid3-td-checker { |
---|
728 | background-image: url(../images/default/grid/grid3-special-col-bg.gif); |
---|
729 | } |
---|
730 | |
---|
731 | .x-grid3-row-checker, .x-grid3-hd-checker { |
---|
732 | background-image:url(../images/default/grid/row-check-sprite.gif); |
---|
733 | } |
---|
734 | |
---|
735 | .x-grid3-body .x-grid3-td-numberer { |
---|
736 | background-image:url(../images/default/grid/grid3-special-col-bg.gif); |
---|
737 | } |
---|
738 | |
---|
739 | .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner { |
---|
740 | color:#444; |
---|
741 | } |
---|
742 | |
---|
743 | .x-grid3-body .x-grid3-td-row-icon { |
---|
744 | background-image:url(../images/default/grid/grid3-special-col-bg.gif); |
---|
745 | } |
---|
746 | |
---|
747 | .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, |
---|
748 | .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, |
---|
749 | .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander { |
---|
750 | background-image:url(../images/default/grid/grid3-special-col-sel-bg.gif); |
---|
751 | } |
---|
752 | |
---|
753 | .x-grid3-check-col { |
---|
754 | background-image:url(../images/default/menu/unchecked.gif); |
---|
755 | } |
---|
756 | |
---|
757 | .x-grid3-check-col-on { |
---|
758 | background-image:url(../images/default/menu/checked.gif); |
---|
759 | } |
---|
760 | |
---|
761 | .x-grid-group, .x-grid-group-body, .x-grid-group-hd { |
---|
762 | zoom:1; |
---|
763 | } |
---|
764 | |
---|
765 | .x-grid-group-hd { |
---|
766 | border-bottom-color:#99bbe8; |
---|
767 | } |
---|
768 | |
---|
769 | .x-grid-group-hd div.x-grid-group-title { |
---|
770 | background-image:url(../images/default/grid/group-collapse.gif); |
---|
771 | color:#3764a0; |
---|
772 | font:bold 11px tahoma, arial, helvetica, sans-serif; |
---|
773 | } |
---|
774 | |
---|
775 | .x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title { |
---|
776 | background-image:url(../images/default/grid/group-expand.gif); |
---|
777 | } |
---|
778 | |
---|
779 | .x-group-by-icon { |
---|
780 | background-image:url(../images/default/grid/group-by.gif); |
---|
781 | } |
---|
782 | |
---|
783 | .x-cols-icon { |
---|
784 | background-image:url(../images/default/grid/columns.gif); |
---|
785 | } |
---|
786 | |
---|
787 | .x-show-groups-icon { |
---|
788 | background-image:url(../images/default/grid/group-by.gif); |
---|
789 | } |
---|
790 | |
---|
791 | .x-grid-empty { |
---|
792 | color:gray; |
---|
793 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
794 | } |
---|
795 | |
---|
796 | .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell { |
---|
797 | border-right-color:#ededed; |
---|
798 | } |
---|
799 | |
---|
800 | .x-grid-with-col-lines .x-grid3-row-selected { |
---|
801 | border-top-color:#a3bae9; |
---|
802 | }.x-dd-drag-ghost{ |
---|
803 | color:#000; |
---|
804 | font: normal 11px arial, helvetica, sans-serif; |
---|
805 | border-color: #ddd #bbb #bbb #ddd; |
---|
806 | background-color:#fff; |
---|
807 | } |
---|
808 | |
---|
809 | .x-dd-drop-nodrop .x-dd-drop-icon{ |
---|
810 | background-image: url(../images/default/dd/drop-no.gif); |
---|
811 | } |
---|
812 | |
---|
813 | .x-dd-drop-ok .x-dd-drop-icon{ |
---|
814 | background-image: url(../images/default/dd/drop-yes.gif); |
---|
815 | } |
---|
816 | |
---|
817 | .x-dd-drop-ok-add .x-dd-drop-icon{ |
---|
818 | background-image: url(../images/default/dd/drop-add.gif); |
---|
819 | } |
---|
820 | |
---|
821 | .x-view-selector { |
---|
822 | background-color:#c3daf9; |
---|
823 | border-color:#3399bb; |
---|
824 | }.x-tree-node-expanded .x-tree-node-icon{ |
---|
825 | background-image:url(../images/default/tree/folder-open.gif); |
---|
826 | } |
---|
827 | |
---|
828 | .x-tree-node-leaf .x-tree-node-icon{ |
---|
829 | background-image:url(../images/default/tree/leaf.gif); |
---|
830 | } |
---|
831 | |
---|
832 | .x-tree-node-collapsed .x-tree-node-icon{ |
---|
833 | background-image:url(../images/default/tree/folder.gif); |
---|
834 | } |
---|
835 | |
---|
836 | .x-tree-node-loading .x-tree-node-icon{ |
---|
837 | background-image:url(../images/default/tree/loading.gif) !important; |
---|
838 | } |
---|
839 | |
---|
840 | .x-tree-node .x-tree-node-inline-icon { |
---|
841 | background-image: none; |
---|
842 | } |
---|
843 | |
---|
844 | .x-tree-node-loading a span{ |
---|
845 | font-style: italic; |
---|
846 | color:#444444; |
---|
847 | } |
---|
848 | |
---|
849 | .x-tree-lines .x-tree-elbow{ |
---|
850 | background-image:url(../images/default/tree/elbow.gif); |
---|
851 | } |
---|
852 | |
---|
853 | .x-tree-lines .x-tree-elbow-plus{ |
---|
854 | background-image:url(../images/default/tree/elbow-plus.gif); |
---|
855 | } |
---|
856 | |
---|
857 | .x-tree-lines .x-tree-elbow-minus{ |
---|
858 | background-image:url(../images/default/tree/elbow-minus.gif); |
---|
859 | } |
---|
860 | |
---|
861 | .x-tree-lines .x-tree-elbow-end{ |
---|
862 | background-image:url(../images/default/tree/elbow-end.gif); |
---|
863 | } |
---|
864 | |
---|
865 | .x-tree-lines .x-tree-elbow-end-plus{ |
---|
866 | background-image:url(../images/default/tree/elbow-end-plus.gif); |
---|
867 | } |
---|
868 | |
---|
869 | .x-tree-lines .x-tree-elbow-end-minus{ |
---|
870 | background-image:url(../images/default/tree/elbow-end-minus.gif); |
---|
871 | } |
---|
872 | |
---|
873 | .x-tree-lines .x-tree-elbow-line{ |
---|
874 | background-image:url(../images/default/tree/elbow-line.gif); |
---|
875 | } |
---|
876 | |
---|
877 | .x-tree-no-lines .x-tree-elbow-plus{ |
---|
878 | background-image:url(../images/default/tree/elbow-plus-nl.gif); |
---|
879 | } |
---|
880 | |
---|
881 | .x-tree-no-lines .x-tree-elbow-minus{ |
---|
882 | background-image:url(../images/default/tree/elbow-minus-nl.gif); |
---|
883 | } |
---|
884 | |
---|
885 | .x-tree-no-lines .x-tree-elbow-end-plus{ |
---|
886 | background-image:url(../images/default/tree/elbow-end-plus-nl.gif); |
---|
887 | } |
---|
888 | |
---|
889 | .x-tree-no-lines .x-tree-elbow-end-minus{ |
---|
890 | background-image:url(../images/default/tree/elbow-end-minus-nl.gif); |
---|
891 | } |
---|
892 | |
---|
893 | .x-tree-arrows .x-tree-elbow-plus{ |
---|
894 | background-image:url(../images/default/tree/arrows.gif); |
---|
895 | } |
---|
896 | |
---|
897 | .x-tree-arrows .x-tree-elbow-minus{ |
---|
898 | background-image:url(../images/default/tree/arrows.gif); |
---|
899 | } |
---|
900 | |
---|
901 | .x-tree-arrows .x-tree-elbow-end-plus{ |
---|
902 | background-image:url(../images/default/tree/arrows.gif); |
---|
903 | } |
---|
904 | |
---|
905 | .x-tree-arrows .x-tree-elbow-end-minus{ |
---|
906 | background-image:url(../images/default/tree/arrows.gif); |
---|
907 | } |
---|
908 | |
---|
909 | .x-tree-node{ |
---|
910 | color:#000; |
---|
911 | font: normal 11px arial, tahoma, helvetica, sans-serif; |
---|
912 | } |
---|
913 | |
---|
914 | .x-tree-node a, .x-dd-drag-ghost a{ |
---|
915 | color:#000; |
---|
916 | } |
---|
917 | |
---|
918 | .x-tree-node a span, .x-dd-drag-ghost a span{ |
---|
919 | color:#000; |
---|
920 | } |
---|
921 | |
---|
922 | .x-tree-node .x-tree-node-disabled a span{ |
---|
923 | color:gray !important; |
---|
924 | } |
---|
925 | |
---|
926 | .x-tree-node div.x-tree-drag-insert-below{ |
---|
927 | border-bottom-color:#36c; |
---|
928 | } |
---|
929 | |
---|
930 | .x-tree-node div.x-tree-drag-insert-above{ |
---|
931 | border-top-color:#36c; |
---|
932 | } |
---|
933 | |
---|
934 | .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{ |
---|
935 | border-bottom-color:#36c; |
---|
936 | } |
---|
937 | |
---|
938 | .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{ |
---|
939 | border-top-color:#36c; |
---|
940 | } |
---|
941 | |
---|
942 | .x-tree-node .x-tree-drag-append a span{ |
---|
943 | background-color:#ddd; |
---|
944 | border-color:gray; |
---|
945 | } |
---|
946 | |
---|
947 | .x-tree-node .x-tree-node-over { |
---|
948 | background-color: #eee; |
---|
949 | } |
---|
950 | |
---|
951 | .x-tree-node .x-tree-selected { |
---|
952 | background-color: #d9e8fb; |
---|
953 | } |
---|
954 | |
---|
955 | .x-tree-drop-ok-append .x-dd-drop-icon{ |
---|
956 | background-image: url(../images/default/tree/drop-add.gif); |
---|
957 | } |
---|
958 | |
---|
959 | .x-tree-drop-ok-above .x-dd-drop-icon{ |
---|
960 | background-image: url(../images/default/tree/drop-over.gif); |
---|
961 | } |
---|
962 | |
---|
963 | .x-tree-drop-ok-below .x-dd-drop-icon{ |
---|
964 | background-image: url(../images/default/tree/drop-under.gif); |
---|
965 | } |
---|
966 | |
---|
967 | .x-tree-drop-ok-between .x-dd-drop-icon{ |
---|
968 | background-image: url(../images/default/tree/drop-between.gif); |
---|
969 | }.x-date-picker { |
---|
970 | border-color: #1b376c; |
---|
971 | background-color:#fff; |
---|
972 | } |
---|
973 | |
---|
974 | .x-date-middle,.x-date-left,.x-date-right { |
---|
975 | background-image: url(../images/default/shared/hd-sprite.gif); |
---|
976 | color:#fff; |
---|
977 | font:bold 11px "sans serif", tahoma, verdana, helvetica; |
---|
978 | } |
---|
979 | |
---|
980 | .x-date-middle .x-btn .x-btn-text { |
---|
981 | color:#fff; |
---|
982 | } |
---|
983 | |
---|
984 | .x-date-middle .x-btn-mc em.x-btn-arrow { |
---|
985 | background-image:url(../images/default/toolbar/btn-arrow-light.gif); |
---|
986 | } |
---|
987 | |
---|
988 | .x-date-right a { |
---|
989 | background-image: url(../images/default/shared/right-btn.gif); |
---|
990 | } |
---|
991 | |
---|
992 | .x-date-left a{ |
---|
993 | background-image: url(../images/default/shared/left-btn.gif); |
---|
994 | } |
---|
995 | |
---|
996 | .x-date-inner th { |
---|
997 | background-color:#dfecfb; |
---|
998 | background-image:url(../images/default/shared/glass-bg.gif); |
---|
999 | border-bottom-color:#a3bad9; |
---|
1000 | font:normal 10px arial, helvetica,tahoma,sans-serif; |
---|
1001 | color:#233d6d; |
---|
1002 | } |
---|
1003 | |
---|
1004 | .x-date-inner td { |
---|
1005 | border-color:#fff; |
---|
1006 | } |
---|
1007 | |
---|
1008 | .x-date-inner a { |
---|
1009 | font:normal 11px arial, helvetica,tahoma,sans-serif; |
---|
1010 | color:#000; |
---|
1011 | } |
---|
1012 | |
---|
1013 | .x-date-inner .x-date-active{ |
---|
1014 | color:#000; |
---|
1015 | } |
---|
1016 | |
---|
1017 | .x-date-inner .x-date-selected a{ |
---|
1018 | background-color:#dfecfb; |
---|
1019 | background-image:url(../images/default/shared/glass-bg.gif); |
---|
1020 | border-color:#8db2e3; |
---|
1021 | } |
---|
1022 | |
---|
1023 | .x-date-inner .x-date-today a{ |
---|
1024 | border-color:darkred; |
---|
1025 | } |
---|
1026 | |
---|
1027 | .x-date-inner .x-date-selected span{ |
---|
1028 | font-weight:bold; |
---|
1029 | } |
---|
1030 | |
---|
1031 | .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a { |
---|
1032 | color:#aaa; |
---|
1033 | } |
---|
1034 | |
---|
1035 | .x-date-bottom { |
---|
1036 | border-top-color:#a3bad9; |
---|
1037 | background-color:#dfecfb; |
---|
1038 | background-image:url(../images/default/shared/glass-bg.gif); |
---|
1039 | } |
---|
1040 | |
---|
1041 | .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{ |
---|
1042 | color:#000; |
---|
1043 | background-color:#ddecfe; |
---|
1044 | } |
---|
1045 | |
---|
1046 | .x-date-inner .x-date-disabled a { |
---|
1047 | background-color:#eee; |
---|
1048 | color:#bbb; |
---|
1049 | } |
---|
1050 | |
---|
1051 | .x-date-mmenu{ |
---|
1052 | background-color:#eee !important; |
---|
1053 | } |
---|
1054 | |
---|
1055 | .x-date-mmenu .x-menu-item { |
---|
1056 | font-size:10px; |
---|
1057 | color:#000; |
---|
1058 | } |
---|
1059 | |
---|
1060 | .x-date-mp { |
---|
1061 | background-color:#fff; |
---|
1062 | } |
---|
1063 | |
---|
1064 | .x-date-mp td { |
---|
1065 | font:normal 11px arial, helvetica,tahoma,sans-serif; |
---|
1066 | } |
---|
1067 | |
---|
1068 | .x-date-mp-btns button { |
---|
1069 | background-color:#083772; |
---|
1070 | color:#fff; |
---|
1071 | border-color: #3366cc #000055 #000055 #3366cc; |
---|
1072 | font:normal 11px arial, helvetica,tahoma,sans-serif; |
---|
1073 | } |
---|
1074 | |
---|
1075 | .x-date-mp-btns { |
---|
1076 | background-color: #dfecfb; |
---|
1077 | background-image: url(../images/default/shared/glass-bg.gif); |
---|
1078 | } |
---|
1079 | |
---|
1080 | .x-date-mp-btns td { |
---|
1081 | border-top-color: #c5d2df; |
---|
1082 | } |
---|
1083 | |
---|
1084 | td.x-date-mp-month a,td.x-date-mp-year a { |
---|
1085 | color:#15428b; |
---|
1086 | } |
---|
1087 | |
---|
1088 | td.x-date-mp-month a:hover,td.x-date-mp-year a:hover { |
---|
1089 | color:#15428b; |
---|
1090 | background-color: #ddecfe; |
---|
1091 | } |
---|
1092 | |
---|
1093 | td.x-date-mp-sel a { |
---|
1094 | background-color: #dfecfb; |
---|
1095 | background-image: url(../images/default/shared/glass-bg.gif); |
---|
1096 | border-color:#8db2e3; |
---|
1097 | } |
---|
1098 | |
---|
1099 | .x-date-mp-ybtn a { |
---|
1100 | background-image:url(../images/default/panel/tool-sprites.gif); |
---|
1101 | } |
---|
1102 | |
---|
1103 | td.x-date-mp-sep { |
---|
1104 | border-right-color:#c5d2df; |
---|
1105 | }.x-tip .x-tip-close{ |
---|
1106 | background-image: url(../images/default/qtip/close.gif); |
---|
1107 | } |
---|
1108 | |
---|
1109 | .x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr { |
---|
1110 | background-image: url(../images/default/qtip/tip-sprite.gif); |
---|
1111 | } |
---|
1112 | |
---|
1113 | .x-tip .x-tip-mc { |
---|
1114 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
1115 | } |
---|
1116 | .x-tip .x-tip-ml { |
---|
1117 | background-color: #fff; |
---|
1118 | } |
---|
1119 | |
---|
1120 | .x-tip .x-tip-header-text { |
---|
1121 | font: bold 11px tahoma,arial,helvetica,sans-serif; |
---|
1122 | color:#444; |
---|
1123 | } |
---|
1124 | |
---|
1125 | .x-tip .x-tip-body { |
---|
1126 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
1127 | color:#444; |
---|
1128 | } |
---|
1129 | |
---|
1130 | .x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc, |
---|
1131 | .x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr |
---|
1132 | { |
---|
1133 | background-image: url(../images/default/form/error-tip-corners.gif); |
---|
1134 | } |
---|
1135 | |
---|
1136 | .x-form-invalid-tip .x-tip-body { |
---|
1137 | background-image:url(../images/default/form/exclamation.gif); |
---|
1138 | } |
---|
1139 | |
---|
1140 | .x-tip-anchor { |
---|
1141 | background-image:url(../images/default/qtip/tip-anchor-sprite.gif); |
---|
1142 | }.x-menu { |
---|
1143 | background-color:#f0f0f0; |
---|
1144 | background-image:url(../images/default/menu/menu.gif); |
---|
1145 | } |
---|
1146 | |
---|
1147 | .x-menu-floating{ |
---|
1148 | border-color:#718bb7; |
---|
1149 | } |
---|
1150 | |
---|
1151 | .x-menu-nosep { |
---|
1152 | background-image:none; |
---|
1153 | } |
---|
1154 | |
---|
1155 | .x-menu-list-item{ |
---|
1156 | font:normal 11px arial,tahoma,sans-serif; |
---|
1157 | } |
---|
1158 | |
---|
1159 | .x-menu-item-arrow{ |
---|
1160 | background-image:url(../images/default/menu/menu-parent.gif); |
---|
1161 | } |
---|
1162 | |
---|
1163 | .x-menu-sep { |
---|
1164 | background-color:#e0e0e0; |
---|
1165 | border-bottom-color:#fff; |
---|
1166 | } |
---|
1167 | |
---|
1168 | a.x-menu-item { |
---|
1169 | color:#222; |
---|
1170 | } |
---|
1171 | |
---|
1172 | .x-menu-item-active { |
---|
1173 | background-image: url(../images/default/menu/item-over.gif); |
---|
1174 | background-color: #dbecf4; |
---|
1175 | border-color:#aaccf6; |
---|
1176 | } |
---|
1177 | |
---|
1178 | .x-menu-item-active a.x-menu-item { |
---|
1179 | border-color:#aaccf6; |
---|
1180 | } |
---|
1181 | |
---|
1182 | .x-menu-check-item .x-menu-item-icon{ |
---|
1183 | background-image:url(../images/default/menu/unchecked.gif); |
---|
1184 | } |
---|
1185 | |
---|
1186 | .x-menu-item-checked .x-menu-item-icon{ |
---|
1187 | background-image:url(../images/default/menu/checked.gif); |
---|
1188 | } |
---|
1189 | |
---|
1190 | .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{ |
---|
1191 | background-image:url(../images/default/menu/group-checked.gif); |
---|
1192 | } |
---|
1193 | |
---|
1194 | .x-menu-group-item .x-menu-item-icon{ |
---|
1195 | background-image:none; |
---|
1196 | } |
---|
1197 | |
---|
1198 | .x-menu-plain { |
---|
1199 | background-color:#f0f0f0 !important; |
---|
1200 | background-image: none; |
---|
1201 | } |
---|
1202 | |
---|
1203 | .x-date-menu, .x-color-menu{ |
---|
1204 | background-color: #fff !important; |
---|
1205 | } |
---|
1206 | |
---|
1207 | .x-menu .x-date-picker{ |
---|
1208 | border-color:#a3bad9; |
---|
1209 | } |
---|
1210 | |
---|
1211 | .x-cycle-menu .x-menu-item-checked { |
---|
1212 | border-color:#a3bae9 !important; |
---|
1213 | background-color:#def8f6; |
---|
1214 | } |
---|
1215 | |
---|
1216 | .x-menu-scroller-top { |
---|
1217 | background-image:url(../images/default/layout/mini-top.gif); |
---|
1218 | } |
---|
1219 | |
---|
1220 | .x-menu-scroller-bottom { |
---|
1221 | background-image:url(../images/default/layout/mini-bottom.gif); |
---|
1222 | } |
---|
1223 | .x-box-tl { |
---|
1224 | background-image: url(../images/default/box/corners.gif); |
---|
1225 | } |
---|
1226 | |
---|
1227 | .x-box-tc { |
---|
1228 | background-image: url(../images/default/box/tb.gif); |
---|
1229 | } |
---|
1230 | |
---|
1231 | .x-box-tr { |
---|
1232 | background-image: url(../images/default/box/corners.gif); |
---|
1233 | } |
---|
1234 | |
---|
1235 | .x-box-ml { |
---|
1236 | background-image: url(../images/default/box/l.gif); |
---|
1237 | } |
---|
1238 | |
---|
1239 | .x-box-mc { |
---|
1240 | background-color: #eee; |
---|
1241 | background-image: url(../images/default/box/tb.gif); |
---|
1242 | font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; |
---|
1243 | color: #393939; |
---|
1244 | font-size: 12px; |
---|
1245 | } |
---|
1246 | |
---|
1247 | .x-box-mc h3 { |
---|
1248 | font-size: 14px; |
---|
1249 | font-weight: bold; |
---|
1250 | } |
---|
1251 | |
---|
1252 | .x-box-mr { |
---|
1253 | background-image: url(../images/default/box/r.gif); |
---|
1254 | } |
---|
1255 | |
---|
1256 | .x-box-bl { |
---|
1257 | background-image: url(../images/default/box/corners.gif); |
---|
1258 | } |
---|
1259 | |
---|
1260 | .x-box-bc { |
---|
1261 | background-image: url(../images/default/box/tb.gif); |
---|
1262 | } |
---|
1263 | |
---|
1264 | .x-box-br { |
---|
1265 | background-image: url(../images/default/box/corners.gif); |
---|
1266 | } |
---|
1267 | |
---|
1268 | .x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { |
---|
1269 | background-image: url(../images/default/box/corners-blue.gif); |
---|
1270 | } |
---|
1271 | |
---|
1272 | .x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { |
---|
1273 | background-image: url(../images/default/box/tb-blue.gif); |
---|
1274 | } |
---|
1275 | |
---|
1276 | .x-box-blue .x-box-mc { |
---|
1277 | background-color: #c3daf9; |
---|
1278 | } |
---|
1279 | |
---|
1280 | .x-box-blue .x-box-mc h3 { |
---|
1281 | color: #17385b; |
---|
1282 | } |
---|
1283 | |
---|
1284 | .x-box-blue .x-box-ml { |
---|
1285 | background-image: url(../images/default/box/l-blue.gif); |
---|
1286 | } |
---|
1287 | |
---|
1288 | .x-box-blue .x-box-mr { |
---|
1289 | background-image: url(../images/default/box/r-blue.gif); |
---|
1290 | }.x-combo-list { |
---|
1291 | border-color:#98c0f4; |
---|
1292 | background-color:#ddecfe; |
---|
1293 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
1294 | } |
---|
1295 | |
---|
1296 | .x-combo-list-inner { |
---|
1297 | background-color:#fff; |
---|
1298 | } |
---|
1299 | |
---|
1300 | .x-combo-list-hd { |
---|
1301 | font:bold 11px tahoma, arial, helvetica, sans-serif; |
---|
1302 | color:#15428b; |
---|
1303 | background-image: url(../images/default/layout/panel-title-light-bg.gif); |
---|
1304 | border-bottom-color:#98c0f4; |
---|
1305 | } |
---|
1306 | |
---|
1307 | .x-resizable-pinned .x-combo-list-inner { |
---|
1308 | border-bottom-color:#98c0f4; |
---|
1309 | } |
---|
1310 | |
---|
1311 | .x-combo-list-item { |
---|
1312 | border-color:#fff; |
---|
1313 | } |
---|
1314 | |
---|
1315 | .x-combo-list .x-combo-selected{ |
---|
1316 | border-color:#a3bae9 !important; |
---|
1317 | background-color:#dfe8f6; |
---|
1318 | } |
---|
1319 | |
---|
1320 | .x-combo-list .x-toolbar { |
---|
1321 | border-top-color:#98c0f4; |
---|
1322 | } |
---|
1323 | |
---|
1324 | .x-combo-list-small { |
---|
1325 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
1326 | }.x-panel { |
---|
1327 | border-color: #99bbe8; |
---|
1328 | } |
---|
1329 | |
---|
1330 | .x-panel-header { |
---|
1331 | color:#15428b; |
---|
1332 | font-weight:bold; |
---|
1333 | font-size: 11px; |
---|
1334 | font-family: tahoma,arial,verdana,sans-serif; |
---|
1335 | border-color:#99bbe8; |
---|
1336 | background-image: url(../images/default/panel/white-top-bottom.gif); |
---|
1337 | } |
---|
1338 | |
---|
1339 | .x-panel-body { |
---|
1340 | border-color:#99bbe8; |
---|
1341 | background-color:#fff; |
---|
1342 | } |
---|
1343 | |
---|
1344 | .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar { |
---|
1345 | border-color:#99bbe8; |
---|
1346 | } |
---|
1347 | |
---|
1348 | .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { |
---|
1349 | border-top-color:#99bbe8; |
---|
1350 | } |
---|
1351 | |
---|
1352 | .x-panel-body-noheader, .x-panel-mc .x-panel-body { |
---|
1353 | border-top-color:#99bbe8; |
---|
1354 | } |
---|
1355 | |
---|
1356 | .x-panel-tl .x-panel-header { |
---|
1357 | color:#15428b; |
---|
1358 | font:bold 11px tahoma,arial,verdana,sans-serif; |
---|
1359 | } |
---|
1360 | |
---|
1361 | .x-panel-tc { |
---|
1362 | background-image: url(../images/default/panel/top-bottom.gif); |
---|
1363 | } |
---|
1364 | |
---|
1365 | .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{ |
---|
1366 | background-image: url(../images/default/panel/corners-sprite.gif); |
---|
1367 | border-bottom-color:#99bbe8; |
---|
1368 | } |
---|
1369 | |
---|
1370 | .x-panel-bc { |
---|
1371 | background-image: url(../images/default/panel/top-bottom.gif); |
---|
1372 | } |
---|
1373 | |
---|
1374 | .x-panel-mc { |
---|
1375 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
1376 | background-color:#dfe8f6; |
---|
1377 | } |
---|
1378 | |
---|
1379 | .x-panel-ml { |
---|
1380 | background-color: #fff; |
---|
1381 | background-image:url(../images/default/panel/left-right.gif); |
---|
1382 | } |
---|
1383 | |
---|
1384 | .x-panel-mr { |
---|
1385 | background-image: url(../images/default/panel/left-right.gif); |
---|
1386 | } |
---|
1387 | |
---|
1388 | .x-tool { |
---|
1389 | background-image:url(../images/default/panel/tool-sprites.gif); |
---|
1390 | } |
---|
1391 | |
---|
1392 | .x-panel-ghost { |
---|
1393 | background-color:#cbddf3; |
---|
1394 | } |
---|
1395 | |
---|
1396 | .x-panel-ghost ul { |
---|
1397 | border-color:#99bbe8; |
---|
1398 | } |
---|
1399 | |
---|
1400 | .x-panel-dd-spacer { |
---|
1401 | border-color:#99bbe8; |
---|
1402 | } |
---|
1403 | |
---|
1404 | .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{ |
---|
1405 | font:normal 11px arial,tahoma, helvetica, sans-serif; |
---|
1406 | } |
---|
1407 | .x-window-proxy { |
---|
1408 | background-color:#c7dffc; |
---|
1409 | border-color:#99bbe8; |
---|
1410 | } |
---|
1411 | |
---|
1412 | .x-window-tl .x-window-header { |
---|
1413 | color:#15428b; |
---|
1414 | font:bold 11px tahoma,arial,verdana,sans-serif; |
---|
1415 | } |
---|
1416 | |
---|
1417 | .x-window-tc { |
---|
1418 | background-image: url(../images/default/window/top-bottom.png); |
---|
1419 | } |
---|
1420 | |
---|
1421 | .x-window-tl { |
---|
1422 | background-image: url(../images/default/window/left-corners.png); |
---|
1423 | } |
---|
1424 | |
---|
1425 | .x-window-tr { |
---|
1426 | background-image: url(../images/default/window/right-corners.png); |
---|
1427 | } |
---|
1428 | |
---|
1429 | .x-window-bc { |
---|
1430 | background-image: url(../images/default/window/top-bottom.png); |
---|
1431 | } |
---|
1432 | |
---|
1433 | .x-window-bl { |
---|
1434 | background-image: url(../images/default/window/left-corners.png); |
---|
1435 | } |
---|
1436 | |
---|
1437 | .x-window-br { |
---|
1438 | background-image: url(../images/default/window/right-corners.png); |
---|
1439 | } |
---|
1440 | |
---|
1441 | .x-window-mc { |
---|
1442 | border-color:#99bbe8; |
---|
1443 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
1444 | background-color:#dfe8f6; |
---|
1445 | } |
---|
1446 | |
---|
1447 | .x-window-ml { |
---|
1448 | background-image: url(../images/default/window/left-right.png); |
---|
1449 | } |
---|
1450 | |
---|
1451 | .x-window-mr { |
---|
1452 | background-image: url(../images/default/window/left-right.png); |
---|
1453 | } |
---|
1454 | |
---|
1455 | .x-window-maximized .x-window-tc { |
---|
1456 | background-color:#fff; |
---|
1457 | } |
---|
1458 | |
---|
1459 | .x-window-bbar .x-toolbar { |
---|
1460 | border-top-color:#99bbe8; |
---|
1461 | } |
---|
1462 | |
---|
1463 | .x-panel-ghost .x-window-tl { |
---|
1464 | border-bottom-color:#99bbe8; |
---|
1465 | } |
---|
1466 | |
---|
1467 | .x-panel-collapsed .x-window-tl { |
---|
1468 | border-bottom-color:#84a0c4; |
---|
1469 | } |
---|
1470 | |
---|
1471 | .x-dlg-mask{ |
---|
1472 | background-color:#ccc; |
---|
1473 | } |
---|
1474 | |
---|
1475 | .x-window-plain .x-window-mc { |
---|
1476 | background-color: #ccd9e8; |
---|
1477 | border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9; |
---|
1478 | } |
---|
1479 | |
---|
1480 | .x-window-plain .x-window-body { |
---|
1481 | border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6; |
---|
1482 | } |
---|
1483 | |
---|
1484 | body.x-body-masked .x-window-plain .x-window-mc { |
---|
1485 | background-color: #ccd9e8; |
---|
1486 | }.x-html-editor-wrap { |
---|
1487 | border-color:#a9bfd3; |
---|
1488 | background-color:#fff; |
---|
1489 | } |
---|
1490 | .x-html-editor-tb .x-btn-text { |
---|
1491 | background-image:url(../images/default/editor/tb-sprite.gif); |
---|
1492 | }.x-panel-noborder .x-panel-header-noborder { |
---|
1493 | border-bottom-color:#99bbe8; |
---|
1494 | } |
---|
1495 | |
---|
1496 | .x-panel-noborder .x-panel-tbar-noborder .x-toolbar { |
---|
1497 | border-bottom-color:#99bbe8; |
---|
1498 | } |
---|
1499 | |
---|
1500 | .x-panel-noborder .x-panel-bbar-noborder .x-toolbar { |
---|
1501 | border-top-color:#99bbe8; |
---|
1502 | } |
---|
1503 | |
---|
1504 | .x-tab-panel-bbar-noborder .x-toolbar { |
---|
1505 | border-top-color:#99bbe8; |
---|
1506 | } |
---|
1507 | |
---|
1508 | .x-tab-panel-tbar-noborder .x-toolbar { |
---|
1509 | border-bottom-color:#99bbe8; |
---|
1510 | }.x-border-layout-ct { |
---|
1511 | background-color:#dfe8f6; |
---|
1512 | } |
---|
1513 | |
---|
1514 | .x-accordion-hd { |
---|
1515 | color:#222; |
---|
1516 | font-weight:normal; |
---|
1517 | background-image: url(../images/default/panel/light-hd.gif); |
---|
1518 | } |
---|
1519 | |
---|
1520 | .x-layout-collapsed{ |
---|
1521 | background-color:#d2e0f2; |
---|
1522 | border-color:#98c0f4; |
---|
1523 | } |
---|
1524 | |
---|
1525 | .x-layout-collapsed-over{ |
---|
1526 | background-color:#d9e8fb; |
---|
1527 | } |
---|
1528 | |
---|
1529 | .x-layout-split-west .x-layout-mini { |
---|
1530 | background-image:url(../images/default/layout/mini-left.gif); |
---|
1531 | } |
---|
1532 | .x-layout-split-east .x-layout-mini { |
---|
1533 | background-image:url(../images/default/layout/mini-right.gif); |
---|
1534 | } |
---|
1535 | .x-layout-split-north .x-layout-mini { |
---|
1536 | background-image:url(../images/default/layout/mini-top.gif); |
---|
1537 | } |
---|
1538 | .x-layout-split-south .x-layout-mini { |
---|
1539 | background-image:url(../images/default/layout/mini-bottom.gif); |
---|
1540 | } |
---|
1541 | |
---|
1542 | .x-layout-cmini-west .x-layout-mini { |
---|
1543 | background-image:url(../images/default/layout/mini-right.gif); |
---|
1544 | } |
---|
1545 | |
---|
1546 | .x-layout-cmini-east .x-layout-mini { |
---|
1547 | background-image:url(../images/default/layout/mini-left.gif); |
---|
1548 | } |
---|
1549 | |
---|
1550 | .x-layout-cmini-north .x-layout-mini { |
---|
1551 | background-image:url(../images/default/layout/mini-bottom.gif); |
---|
1552 | } |
---|
1553 | |
---|
1554 | .x-layout-cmini-south .x-layout-mini { |
---|
1555 | background-image:url(../images/default/layout/mini-top.gif); |
---|
1556 | }.x-progress-wrap { |
---|
1557 | border-color:#6593cf; |
---|
1558 | } |
---|
1559 | |
---|
1560 | .x-progress-inner { |
---|
1561 | background-color:#e0e8f3; |
---|
1562 | background-image:url(../images/default/qtip/bg.gif); |
---|
1563 | } |
---|
1564 | |
---|
1565 | .x-progress-bar { |
---|
1566 | background-color:#9cbfee; |
---|
1567 | background-image:url(../images/default/progress/progress-bg.gif); |
---|
1568 | border-top-color:#d1e4fd; |
---|
1569 | border-bottom-color:#7fa9e4; |
---|
1570 | border-right-color:#7fa9e4; |
---|
1571 | } |
---|
1572 | |
---|
1573 | .x-progress-text { |
---|
1574 | font-size:11px; |
---|
1575 | font-weight:bold; |
---|
1576 | color:#fff; |
---|
1577 | } |
---|
1578 | |
---|
1579 | .x-progress-text-back { |
---|
1580 | color:#396095; |
---|
1581 | }.x-list-header{ |
---|
1582 | background-color:#f9f9f9; |
---|
1583 | background-image:url(../images/default/grid/grid3-hrow.gif); |
---|
1584 | } |
---|
1585 | |
---|
1586 | .x-list-header-inner div em { |
---|
1587 | border-left-color:#ddd; |
---|
1588 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
1589 | } |
---|
1590 | |
---|
1591 | .x-list-body dt em { |
---|
1592 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
1593 | } |
---|
1594 | |
---|
1595 | .x-list-over { |
---|
1596 | background-color:#eee; |
---|
1597 | } |
---|
1598 | |
---|
1599 | .x-list-selected { |
---|
1600 | background-color:#dfe8f6; |
---|
1601 | } |
---|
1602 | |
---|
1603 | .x-list-resizer { |
---|
1604 | border-left-color:#555; |
---|
1605 | border-right-color:#555; |
---|
1606 | } |
---|
1607 | |
---|
1608 | .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { |
---|
1609 | background-image:url(../images/default/grid/sort-hd.gif); |
---|
1610 | border-color: #99bbe8; |
---|
1611 | }.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner { |
---|
1612 | background-image:url(../images/default/slider/slider-bg.png); |
---|
1613 | } |
---|
1614 | |
---|
1615 | .x-slider-horz .x-slider-thumb { |
---|
1616 | background-image:url(../images/default/slider/slider-thumb.png); |
---|
1617 | } |
---|
1618 | |
---|
1619 | .x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner { |
---|
1620 | background-image:url(../images/default/slider/slider-v-bg.png); |
---|
1621 | } |
---|
1622 | |
---|
1623 | .x-slider-vert .x-slider-thumb { |
---|
1624 | background-image:url(../images/default/slider/slider-v-thumb.png); |
---|
1625 | }.x-window-dlg .ext-mb-text, |
---|
1626 | .x-window-dlg .x-window-header-text { |
---|
1627 | font-size:12px; |
---|
1628 | } |
---|
1629 | |
---|
1630 | .x-window-dlg .ext-mb-textarea { |
---|
1631 | font:normal 12px tahoma,arial,helvetica,sans-serif; |
---|
1632 | } |
---|
1633 | |
---|
1634 | .x-window-dlg .x-msg-box-wait { |
---|
1635 | background-image:url(../images/default/grid/loading.gif); |
---|
1636 | } |
---|
1637 | |
---|
1638 | .x-window-dlg .ext-mb-info { |
---|
1639 | background-image:url(../images/default/window/icon-info.gif); |
---|
1640 | } |
---|
1641 | |
---|
1642 | .x-window-dlg .ext-mb-warning { |
---|
1643 | background-image:url(../images/default/window/icon-warning.gif); |
---|
1644 | } |
---|
1645 | |
---|
1646 | .x-window-dlg .ext-mb-question { |
---|
1647 | background-image:url(../images/default/window/icon-question.gif); |
---|
1648 | } |
---|
1649 | |
---|
1650 | .x-window-dlg .ext-mb-error { |
---|
1651 | background-image:url(../images/default/window/icon-error.gif); |
---|
1652 | } |
---|