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