root / trunk / web / dojo / dojox / grid / enhanced / resources / tundraEnhancedGrid.css
History | View | Annotate | Download (17.6 KB)
1 | 9 | andrej.cim | .dojoxGridCellContent {
|
---|---|---|---|
2 | padding:3px; |
||
3 | } |
||
4 | .dojoxGridSortNode {
|
||
5 | padding:3px; |
||
6 | } |
||
7 | .dojoxGridSortRoot {
|
||
8 | position: relative; |
||
9 | width: 100%; |
||
10 | text-align:left; |
||
11 | } |
||
12 | .dojoxGridHeaderCellSelectRegion {
|
||
13 | text-align: left; |
||
14 | padding:3px; |
||
15 | |||
16 | overflow: hidden; |
||
17 | white-space:nowrap; |
||
18 | } |
||
19 | .dj_ie .dojoxGridHeaderCellSelectRegion { |
||
20 | padding-left:4px; |
||
21 | } |
||
22 | .dojoxGridSortWrapper {
|
||
23 | |||
24 | position:absolute; |
||
25 | right:0px; |
||
26 | |||
27 | z-index: 1; |
||
28 | } |
||
29 | .dojoxGridNestedSortWrapper {
|
||
30 | float:left; |
||
31 | } |
||
32 | .dojoxGridSortPos {
|
||
33 | float:left; |
||
34 | margin-left:3px; |
||
35 | } |
||
36 | .dj_ff2 .dojoxGridSortPos { |
||
37 | padding: 3px 0; |
||
38 | line-height: normal; |
||
39 | } |
||
40 | .dojoxGridSortPosOff {
|
||
41 | display:none; |
||
42 | } |
||
43 | .dojoxGridNestedSort {
|
||
44 | text-indent: -5000em; |
||
45 | } |
||
46 | .dojoxGridUnarySortWrapper {
|
||
47 | float:left; |
||
48 | } |
||
49 | .dojoxGridSort {
|
||
50 | display: block; |
||
51 | float: left; |
||
52 | background:url(images/nestedSortArrows.png) no-repeat left center; |
||
53 | width: 8px; |
||
54 | margin-right:3px; |
||
55 | margin-left:3px; |
||
56 | text-align:center; |
||
57 | } |
||
58 | .dojoxGridUnarySort {
|
||
59 | text-indent: -5000em; |
||
60 | margin-left:4px; |
||
61 | } |
||
62 | .dojoxGridAscending {
|
||
63 | background-position: -9px; |
||
64 | } |
||
65 | .dojoxGridUnsorted {
|
||
66 | display:none; |
||
67 | } |
||
68 | .dojoxGridAscendingTip {
|
||
69 | background:url(images/nestedSortArrows.png) no-repeat left center; |
||
70 | background-position: -30px; |
||
71 | display:block; |
||
72 | cursor:pointer; |
||
73 | } |
||
74 | .dojoxGridDescendingTip {
|
||
75 | background:url(images/nestedSortArrows.png) no-repeat left center; |
||
76 | background-position: -20px; |
||
77 | display:block; |
||
78 | cursor:pointer; |
||
79 | } |
||
80 | .dojoxGridUnsortedTip {
|
||
81 | background:url(images/nestedSortArrows.png) no-repeat left center; |
||
82 | background-position: -39.5px; |
||
83 | display:block; |
||
84 | cursor:pointer; |
||
85 | } |
||
86 | .dojoxGridSortHiddenTip {
|
||
87 | display:none; |
||
88 | } |
||
89 | .dojoxGridSortSeparatorOff {
|
||
90 | width: 0px; |
||
91 | border-right-color: #999999; |
||
92 | border-right-style:solid; |
||
93 | border-right-width:1px; |
||
94 | display: none; |
||
95 | } |
||
96 | .dojoxGridSortSeparatorOn {
|
||
97 | display: block; |
||
98 | float: left; |
||
99 | } |
||
100 | .dojoxGridSortInProgress {
|
||
101 | cursor:progress; |
||
102 | } |
||
103 | .dojoxGridWidgetHidden {
|
||
104 | visibility:hidden; |
||
105 | } |
||
106 | .dijit_a11y .dojoxGridNestedSort, .dijit_a11y .dojoxGridUnarySort { |
||
107 | text-indent: 0; |
||
108 | |||
109 | } |
||
110 | .dojoxGridFocusBorderBox {
|
||
111 | position: relative; |
||
112 | top: 0; |
||
113 | left: 0; |
||
114 | width: 0; |
||
115 | height: 0; |
||
116 | } |
||
117 | .dojoxGridFocusBorder {
|
||
118 | width: 0px; |
||
119 | height: 0px; |
||
120 | overflow: hidden; |
||
121 | position: absolute; |
||
122 | z-index: 999; |
||
123 | top: 0; |
||
124 | left: 0; |
||
125 | } |
||
126 | .dojoxGridSelectedDIV {
|
||
127 | background-color: #3366CC; |
||
128 | position:absolute; |
||
129 | opacity:0.2; |
||
130 | cursor:move; |
||
131 | z-index:999; |
||
132 | } |
||
133 | .dj_ie .dojoxGridSelectedDIV { |
||
134 | filter: alpha(opacity = 30); |
||
135 | } |
||
136 | .dojoxGridBorderDIV {
|
||
137 | width:3px; |
||
138 | background-color: gray; |
||
139 | font-size:0em; |
||
140 | position:absolute; |
||
141 | z-index:9999; |
||
142 | } |
||
143 | .dojoxGrid {
|
||
144 | border:1px solid #DBDBDB; |
||
145 | } |
||
146 | .dijit_a11y .dojoxGridRowSelected { |
||
147 | opacity:0.4 !important; |
||
148 | } |
||
149 | .dijit_a11y .dojoxGridSelectedDIV { |
||
150 | opacity:0.4 !important; |
||
151 | border:3px solid #000 !important; |
||
152 | } |
||
153 | .dijit_a11y .dojoxGridBorderDIV { |
||
154 | border:2px solid #000 !important; |
||
155 | } |
||
156 | .dojoxGrid {
|
||
157 | position: relative; |
||
158 | background-color: #EBEADB; |
||
159 | font-family: Geneva, Arial, Helvetica, sans-serif; |
||
160 | -moz-outline-style: none; |
||
161 | outline: none; |
||
162 | overflow: hidden; |
||
163 | height: 0; |
||
164 | } |
||
165 | .dojoxGrid table { |
||
166 | padding: 0; |
||
167 | } |
||
168 | .dojoxGrid td { |
||
169 | -moz-outline: none; |
||
170 | } |
||
171 | .dojoxGridMasterHeader {
|
||
172 | position: relative; |
||
173 | } |
||
174 | .dojoxGridMasterView {
|
||
175 | position: relative; |
||
176 | } |
||
177 | .dojoxGridMasterMessages {
|
||
178 | position: relative; |
||
179 | padding: 1em; |
||
180 | text-align: center; |
||
181 | background-color: white; |
||
182 | } |
||
183 | .dojoxGridView {
|
||
184 | position: absolute; |
||
185 | overflow: hidden; |
||
186 | } |
||
187 | .dojoxGridHeader {
|
||
188 | position: absolute; |
||
189 | overflow: hidden; |
||
190 | cursor: default; |
||
191 | } |
||
192 | .dojoxGridHeader {
|
||
193 | background-color: #E8E1CF; |
||
194 | } |
||
195 | .dojoxGridHeader table { |
||
196 | text-align: center; |
||
197 | } |
||
198 | .dojoxGridHeader .dojoxGridCell { |
||
199 | border: 1px solid; |
||
200 | border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; |
||
201 | background: url(../../resources/images/grid_dx_gradient.gif) #E8E1CF top repeat-x; |
||
202 | padding-bottom: 2px; |
||
203 | } |
||
204 | .dojoxGridHeader .dojoxGridCellOver { |
||
205 | background-image: none; |
||
206 | background-color: white; |
||
207 | border-bottom-color: #FEBE47; |
||
208 | margin-bottom: 0; |
||
209 | padding-bottom: 0; |
||
210 | border-bottom-width: 3px; |
||
211 | } |
||
212 | .dojoxGridHeader .dojoxGridCellFocus { |
||
213 | border: 1px dashed blue; |
||
214 | } |
||
215 | .dojoxGridHeader.dojoxGridCellFocus.dojoxGridCellOver { |
||
216 | background-image: none; |
||
217 | background-color: white; |
||
218 | border-bottom-color: #FEBE47; |
||
219 | margin-bottom: 0; |
||
220 | padding-bottom: 0; |
||
221 | border-bottom-width: 3px; |
||
222 | } |
||
223 | .dojoxGridSortNode{
|
||
224 | white-space:nowrap; |
||
225 | } |
||
226 | .dojoxGridArrowButtonNode {
|
||
227 | display: none; |
||
228 | padding-left: 16px; |
||
229 | } |
||
230 | .dojoxGridArrowButtonChar {
|
||
231 | display:inline; |
||
232 | } |
||
233 | .dojoxGridColCaption {
|
||
234 | overflow:hidden; |
||
235 | } |
||
236 | |||
237 | .dojoxGridArrowButtonNode:hover { |
||
238 | cursor: default; |
||
239 | } |
||
240 | .dojoxGridArrowButtonChar:hover { |
||
241 | cursor: default; |
||
242 | } |
||
243 | .dojoxGridSortUp:hover { |
||
244 | cursor: default; |
||
245 | } |
||
246 | .dojoxGridSortDown:hover { |
||
247 | cursor: default; |
||
248 | } |
||
249 | .dijit_a11y .dojoxGridArrowButtonChar { |
||
250 | display:inline !important; |
||
251 | } |
||
252 | .dojoxGridScrollbox {
|
||
253 | position: relative; |
||
254 | overflow: auto; |
||
255 | background-color: white; |
||
256 | width: 100%; |
||
257 | } |
||
258 | .dojoxGridContent {
|
||
259 | position: relative; |
||
260 | overflow: hidden; |
||
261 | -moz-outline-style: none; |
||
262 | outline: none; |
||
263 | } |
||
264 | .dojoxGridRowbar {
|
||
265 | border: 1px solid; |
||
266 | border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; |
||
267 | border-top: none; |
||
268 | background: url(../../resources/images/grid_dx_gradient.gif) #E8E1CF top repeat-x; |
||
269 | } |
||
270 | .dojoxGridRowbarInner {
|
||
271 | border-top: 1px solid #F6F4EB; |
||
272 | } |
||
273 | .dojoxGridRowbarOver {
|
||
274 | background-image: none; |
||
275 | background-color: white; |
||
276 | border-top-color: #FEBE47; |
||
277 | border-bottom-color: #FEBE47; |
||
278 | } |
||
279 | .dojoxGridRowbarSelected {
|
||
280 | background-color: #D9E8F9; |
||
281 | } |
||
282 | .dojoxGridRow {
|
||
283 | position: relative; |
||
284 | width: 9000em; |
||
285 | } |
||
286 | .dojoxGridRow {
|
||
287 | |||
288 | border: 1px solid #E8E4D8; |
||
289 | border-color: #F8F7F1; |
||
290 | |||
291 | border-left: none; |
||
292 | border-right: none; |
||
293 | background-color: white; |
||
294 | border-top: none; |
||
295 | } |
||
296 | .dojoxGridRowOver {
|
||
297 | border-top-color: #FEBE47; |
||
298 | border-bottom-color: #FEBE47; |
||
299 | |||
300 | |||
301 | |||
302 | } |
||
303 | .dojoxGridRowOdd {
|
||
304 | background-color: #FFFDF3; |
||
305 | |||
306 | } |
||
307 | .dojoxGridRowSelected {
|
||
308 | background-color: #D9E8F9; |
||
309 | } |
||
310 | .dojoxGridRowTable {
|
||
311 | table-layout: fixed; |
||
312 | width: 0; |
||
313 | empty-cells: show; |
||
314 | } |
||
315 | .dj_ie .dojoxGridRowTable { |
||
316 | border-collapse: collapse; |
||
317 | } |
||
318 | .dojoxGridInvisible {
|
||
319 | visibility: hidden; |
||
320 | } |
||
321 | .Xdojo-ie .dojoxGridInvisible { |
||
322 | display: none; |
||
323 | } |
||
324 | .dojoxGridInvisible td, .dojoxGridHeader .dojoxGridInvisible td { |
||
325 | border-top-width: 0; |
||
326 | border-bottom-width: 0; |
||
327 | padding-top: 0; |
||
328 | padding-bottom: 0; |
||
329 | height: 0; |
||
330 | overflow: hidden; |
||
331 | } |
||
332 | .dojoxGridCell {
|
||
333 | border: 1px solid; |
||
334 | border-color: #EBEADB; |
||
335 | border-right-color: #D5CDB5; |
||
336 | padding: 3px 3px 3px 3px; |
||
337 | text-align: left; |
||
338 | overflow: hidden; |
||
339 | } |
||
340 | .dojoxGridCellFocus {
|
||
341 | border: 1px dashed blue; |
||
342 | } |
||
343 | .dojoxGridCellOver {
|
||
344 | border: 1px dotted #FEBE47; |
||
345 | } |
||
346 | .dojoxGridCellFocus.dojoxGridCellOver { |
||
347 | border: 1px dashed green; |
||
348 | } |
||
349 | .dojoxGridRowEditing td { |
||
350 | background-color: #F4FFF4; |
||
351 | } |
||
352 | .dojoxGridRow-inserting td { |
||
353 | background-color: #F4FFF4; |
||
354 | } |
||
355 | .dojoxGridRow-inflight td { |
||
356 | background-color: #F2F7B7; |
||
357 | } |
||
358 | .dojoxGridRow-error td { |
||
359 | background-color: #F8B8B6; |
||
360 | } |
||
361 | .dojoxGridInput, .dojoxGridSelect, .dojoxGridTextarea { |
||
362 | margin: 0; |
||
363 | padding: 0; |
||
364 | border-style: none; |
||
365 | width: 100%; |
||
366 | font-size: 100%; |
||
367 | font-family: inherit; |
||
368 | } |
||
369 | .dojoxGridHiddenFocus {
|
||
370 | position: absolute; |
||
371 | top: -1000px; |
||
372 | height: 0; |
||
373 | width: 0; |
||
374 | } |
||
375 | .dijit_a11y .dojoxGridRowbarSelected { |
||
376 | border-top: 1px solid white; |
||
377 | border-bottom: 1px dashed black; |
||
378 | border-top: 0; |
||
379 | background: none; |
||
380 | } |
||
381 | .dijit_a11y .dojoxGridRowbarSelected .dojoxGridRowbarInner { |
||
382 | border: 0; |
||
383 | border-top: 1px solid white; |
||
384 | } |
||
385 | .dijit_a11y .dojoxGridRowSelected { |
||
386 | border: 1px solid black !important; |
||
387 | } |
||
388 | .dojoxGridDndAvatar {
|
||
389 | font-size: 100%; |
||
390 | } |
||
391 | .dojoxGrid .dojoDndItemBefore { |
||
392 | border-left-color: red; |
||
393 | } |
||
394 | .dojoxGrid .dojoDndItemAfter { |
||
395 | border-right-color: red; |
||
396 | } |
||
397 | .dijit_a11y .dojoDndItemBefore { |
||
398 | border-left: double; |
||
399 | } |
||
400 | .dijit_a11y .dojoDndItemAfter { |
||
401 | border-right: double; |
||
402 | } |
||
403 | .dojoxGridDndAvatarItem td { |
||
404 | border: 1px solid; |
||
405 | border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; |
||
406 | background: url(../../resources/images/grid_dx_gradient.gif) #E8E1CF top repeat-x; |
||
407 | padding: 0pt; |
||
408 | margin: 0pt; |
||
409 | } |
||
410 | .dojoxGridDndAvatarItem td.dojoxGridDndAvatarItemImage { |
||
411 | border: 0; |
||
412 | border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; |
||
413 | background-color: transparent; |
||
414 | padding: 3px; |
||
415 | padding-bottom: 2px; |
||
416 | margin: 0; |
||
417 | } |
||
418 | .dojoDndMove .dojoxGridDndAvatarItem .dojoxGridDndAvatarItemImage { |
||
419 | background-image: url(../../../../dojo/resources/images/dndNoMove.png); |
||
420 | background-repeat: no-repeat; |
||
421 | background-position: center center; |
||
422 | } |
||
423 | .dojoDndCopy .dojoxGridDndAvatarItem .dojoxGridDndAvatarItemImage { |
||
424 | background-image: url(../../../../dojo/resources/images/dndNoCopy.png); |
||
425 | background-repeat: no-repeat; |
||
426 | background-position: center center; |
||
427 | } |
||
428 | .dojoDndMove .dojoDndAvatarCanDrop .dojoxGridDndAvatarItem .dojoxGridDndAvatarItemImage { |
||
429 | background-image: url(../../../../dojo/resources/images/dndMove.png); |
||
430 | background-repeat: no-repeat; |
||
431 | background-position: center center; |
||
432 | } |
||
433 | .dojoDndCopy .dojoDndAvatarCanDrop .dojoxGridDndAvatarItem .dojoxGridDndAvatarItemImage { |
||
434 | background-image: url(../../../../dojo/resources/images/dndCopy.png); |
||
435 | background-repeat: no-repeat; |
||
436 | background-position: center center; |
||
437 | } |
||
438 | .dojoxGridColPlaceBottom {
|
||
439 | background: transparent url(../../resources/images/grid_sort_up.gif) no-repeat scroll left top; |
||
440 | } |
||
441 | .dojoxGridColPlaceTop {
|
||
442 | background: transparent url(../../resources/images/grid_sort_down.gif) no-repeat scroll left top; |
||
443 | } |
||
444 | .dojoxGridColPlaceTop, .dojoxGridColPlaceBottom { |
||
445 | font-size:1px; |
||
446 | height:6px; |
||
447 | z-index:10000; |
||
448 | top:0; |
||
449 | overflow:hidden; |
||
450 | position:absolute; |
||
451 | line-height:1px; |
||
452 | width:8px; |
||
453 | } |
||
454 | .dojoxGridResizeColLine {
|
||
455 | width: 1px; |
||
456 | background-color: #777; |
||
457 | position: absolute; |
||
458 | cursor: col-resize; |
||
459 | z-index:10000; |
||
460 | } |
||
461 | .dojoxGridColNoResize,
|
||
462 | .dojoxGridColNoResize .dojoDndItemOver { |
||
463 | cursor: not-allowed !important; |
||
464 | } |
||
465 | .dojoxGridColResize,
|
||
466 | .dojoxGridColResize .dojoDndItemOver, |
||
467 | .dojoxGridColumnResizing,
|
||
468 | .dojoxGridColumnResizing .dojoDndItemOver, |
||
469 | .dojoxGridColumnResizing .dojoxGridHeader { |
||
470 | cursor: col-resize !important; |
||
471 | } |
||
472 | .dojoxGridColPlaceBottom {
|
||
473 | background: transparent url(../../resources/images/grid_sort_up.gif) no-repeat scroll left top; |
||
474 | } |
||
475 | .dojoxGridColPlaceTop {
|
||
476 | background: transparent url(../../resources/images/grid_sort_down.gif) no-repeat scroll left top; |
||
477 | } |
||
478 | .dojoxGridColPlaceTop, .dojoxGridColPlaceBottom { |
||
479 | font-size:1px; |
||
480 | height:6px; |
||
481 | z-index:10000; |
||
482 | top:0; |
||
483 | overflow:hidden; |
||
484 | position:absolute; |
||
485 | line-height:1px; |
||
486 | width:8px; |
||
487 | } |
||
488 | .dojoxGridResizeColLine {
|
||
489 | width: 1px; |
||
490 | background-color: #777; |
||
491 | position: absolute; |
||
492 | } |
||
493 | .dojoxGridExpandoCell {
|
||
494 | vertical-align: top; |
||
495 | } |
||
496 | .dojoxGridSummarySpan {
|
||
497 | visibility: hidden; |
||
498 | } |
||
499 | .dojoxGridSummaryRow .dojoxGridSummarySpan, |
||
500 | .dojoxGridRowCollapsed .dojoxGridSummarySpan { |
||
501 | visibility: visible; |
||
502 | } |
||
503 | .dojoxGridNoChildren .dojoxGridExpando { |
||
504 | visibility: hidden !important; |
||
505 | width: 0px !important; |
||
506 | } |
||
507 | .tundra .dojoxGrid { |
||
508 | background-color: #e9e9e9; |
||
509 | font-size: 0.85em; |
||
510 | } |
||
511 | .tundra .dojoxGridMasterMessages { |
||
512 | background-color: #fefefe; |
||
513 | } |
||
514 | .tundra .dojoxGridLoading, |
||
515 | .tundra .dojoxGridError { |
||
516 | background-position:left center; |
||
517 | background-repeat: no-repeat; |
||
518 | padding-left:25px; |
||
519 | } |
||
520 | .dijitRtl .tundra .dojoxGridLoading, |
||
521 | .dijitRtl .tundra .dojoxGridError, |
||
522 | .dijitRtl .tundra .dojoxGridNoData { |
||
523 | background-position:right; |
||
524 | padding-right:25px; |
||
525 | padding-left:0px; |
||
526 | } |
||
527 | .tundra .dojoxGridLoading { |
||
528 | background-image: url(../../../../dijit/themes/tundra/images/loading.gif); |
||
529 | } |
||
530 | .tundra .dojoxGridError { |
||
531 | background-image: url(../../../../dijit/themes/tundra/images/warning.png); |
||
532 | } |
||
533 | .tundra .dojoxGridHeader { |
||
534 | background-color: #e9e9e9; |
||
535 | } |
||
536 | .tundra .dojoxGridHeader .dojoxGridCell { |
||
537 | border-width: 1px; |
||
538 | padding-bottom: 0px; |
||
539 | border-color: transparent #ACA899 #919191 transparent; |
||
540 | background: url(../../../../dijit/themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top; |
||
541 | color: #000 !important; |
||
542 | } |
||
543 | .tundra .dojoxGridHeader .dojoxGridCellOver { |
||
544 | background: url(../../../../dijit/themes/tundra/images/tabHover.png) #e9e9e9 repeat-x top; |
||
545 | color: #000 !important; |
||
546 | } |
||
547 | .tundra .dojoxGridHeader .dojoxGridCellFocus { |
||
548 | border-color: #ACA899 #919191; |
||
549 | border-style: dashed; |
||
550 | } |
||
551 | .tundra .dojoxGridArrowButtonChar { |
||
552 | float: right; |
||
553 | display: none; |
||
554 | } |
||
555 | .tundra .dojoxGridArrowButtonNode { |
||
556 | display: block !important; |
||
557 | padding-left: 0px; |
||
558 | float: right; |
||
559 | background:url(../../../../dijit/themes/tundra/images/spriteArrows.png) no-repeat left center; |
||
560 | width: 7px; |
||
561 | height: 1em; |
||
562 | margin: 2px 4px 0px 5px; |
||
563 | } |
||
564 | .dj_ie6 .tundra .dojoxGridArrowButtonNode { |
||
565 | background-image:url(../../../../dijit/themes/tundra/images/spriteArrows.gif); |
||
566 | margin-left: 0px; |
||
567 | } |
||
568 | .tundra .dojoxGridSortUp .dojoxGridArrowButtonNode { |
||
569 | background-position: -21px; |
||
570 | } |
||
571 | .dijit_a11y .tundra .dojoxGridArrowButtonNode { |
||
572 | display: none !important; |
||
573 | } |
||
574 | .tundra .dojoxGridScrollbox { |
||
575 | background-color: #fefefe; |
||
576 | } |
||
577 | .tundra .dojoxGridRowbar { |
||
578 | border: none; |
||
579 | background: url(../../resources/images/tabEnabled_rotated.png) #e9e9e9 repeat-y right; |
||
580 | border-right: 1px solid #ccc; |
||
581 | padding: 0px; |
||
582 | } |
||
583 | .tundra .dojoxGridRowbarInner { |
||
584 | border: none; |
||
585 | border-bottom: 1px solid #ccc; |
||
586 | } |
||
587 | .tundra .dojoxGridRowbarOver { |
||
588 | background: url(../../resources/images/tabHover_rotated.png) #e9e9e9 repeat-y right; |
||
589 | } |
||
590 | .tundra .dojoxGridRowbarSelected { |
||
591 | background: url(../../../../dijit/themes/tundra/images/tabDisabled.png) #D8E8F9 no-repeat center; |
||
592 | border-right: 1px solid #ccc; |
||
593 | } |
||
594 | .tundra .dojoxGridRow { |
||
595 | border: none; |
||
596 | background-color: white; |
||
597 | } |
||
598 | .tundra .dojoxGridRowOver { |
||
599 | border-top-color: #ccc; |
||
600 | border-bottom-color: #ccc; |
||
601 | } |
||
602 | .tundra .dojoxGridRowOver .dojoxGridCell { |
||
603 | background-color: #60a1ea; |
||
604 | color:#fff; |
||
605 | } |
||
606 | .tundra .dojoxGridRowOver .dojoxGridCell .dijit { |
||
607 | color: #000; |
||
608 | } |
||
609 | .tundra .dojoxGridRowOver .dojoxGridCell .dijitDisabled { |
||
610 | color: gray; |
||
611 | } |
||
612 | .tundra .dojoxGridRowOdd { |
||
613 | background-color: #f2f5f9; |
||
614 | } |
||
615 | .tundra .dojoxGridRowSelected { |
||
616 | background-color: #aec7e3 !important; |
||
617 | } |
||
618 | .dijit_a11y .tundra .dojoxGridRowSelected { |
||
619 | background-color: #aec7e3; |
||
620 | border-style: solid; |
||
621 | } |
||
622 | .tundra .dojoxGridCell { |
||
623 | border: 1px dotted #D5CDB5; |
||
624 | border-left-color: transparent; |
||
625 | border-top-color: transparent; |
||
626 | } |
||
627 | .dj_ff2 .tundra .dojoxGridCell { |
||
628 | border-left-width: 0px; |
||
629 | border-top-width: 0px; |
||
630 | } |
||
631 | .dj_ie6 .tundra .dojoxGridCell { |
||
632 | border: 1px solid white; |
||
633 | border-right: 1px solid #D5CDB5; |
||
634 | } |
||
635 | .tundra .dojoxGridCellFocus { |
||
636 | border: 1px dashed darkblue !important; |
||
637 | } |
||
638 | .tundra .dojoxGridCellOver { |
||
639 | border: 1px dotted #a6a6a6; |
||
640 | } |
||
641 | .tundra .dojoxGridCellFocus .dojoxGridCellOver { |
||
642 | border: 1px dashed darkblue !important; |
||
643 | } |
||
644 | .tundra .dojoxGridRowEditing td { |
||
645 | |||
646 | background-color: #60a1ea; |
||
647 | |||
648 | } |
||
649 | .tundra .dojoxGridRow-inserting td { |
||
650 | background-color: #F4FFF4; |
||
651 | } |
||
652 | .tundra .dojoxGridRow-inflight td { |
||
653 | background-color: #F2F7B7; |
||
654 | } |
||
655 | .tundra .dojoxGridRow-error td { |
||
656 | background-color: #F8B8B6; |
||
657 | } |
||
658 | .tundra .dojoxGrid .dojoDndItemBefore { |
||
659 | border-left-color: #3559ac; |
||
660 | } |
||
661 | .tundra .dojoxGrid .dojoDndItemAfter { |
||
662 | border-right-color: #3559ac; |
||
663 | } |
||
664 | .tundra .dojoxGridExpando { |
||
665 | float: left; |
||
666 | height: 18px; |
||
667 | width: 18px; |
||
668 | text-align: center; |
||
669 | margin-top: -3px; |
||
670 | } |
||
671 | .dijitRtl .tundra .dojoxGridExpando { |
||
672 | float: right; |
||
673 | } |
||
674 | .tundra .dojoxGridExpandoCell { |
||
675 | padding-top: 5px; |
||
676 | } |
||
677 | .tundra .dojoxGridExpandoNode { |
||
678 | height: 18px; |
||
679 | background-image: url(../../../../dijit/themes/tundra/images/treeExpand_plus.gif); |
||
680 | } |
||
681 | .tundra .dojoxGridExpandoOpened .dojoxGridExpandoNode { |
||
682 | background-image: url(../../../../dijit/themes/tundra/images/treeExpand_minus.gif); |
||
683 | } |
||
684 | .tundra .dojoxGridExpandoLoading .dojoxGridExpandoNode { |
||
685 | background-image: url(../../../../dijit/themes/tundra/images/treeExpand_loading.gif); |
||
686 | } |
||
687 | .tundra .dojoxGridTreeModel .dojoxGridNoChildren .dojoxGridExpando { |
||
688 | visibility: visible !important; |
||
689 | width: 18px !important; |
||
690 | } |
||
691 | .tundra .dojoxGridTreeModel .dojoxGridNoChildren .dojoxGridExpandoNode { |
||
692 | background-image: url(../../../../dijit/themes/tundra/images/treeExpand_leaf.gif); |
||
693 | background-position: -3px; |
||
694 | } |
||
695 | .tundra .dojoxGridExpandoNodeInner { |
||
696 | visibility: hidden; |
||
697 | } |
||
698 | .dijit_a11y .dojoxGridExpandoNodeInner { |
||
699 | visibility: visible; |
||
700 | } |
||
701 | |||
702 | .tundra .dojoxGridSummaryRow .dojoxGridCell { |
||
703 | border-top-color: #999; |
||
704 | border-top-style: solid; |
||
705 | } |
||
706 | .tundra .dojoxGridSpacerCell, |
||
707 | .tundra .dojoxGridExpandoCell, |
||
708 | .tundra .dojoxGridSummaryRow .dojoxGridSpacerCell { |
||
709 | border-color: transparent; |
||
710 | border-right-color: #D5CDB5; |
||
711 | } |
||
712 | .tundra .dojoxGridSummaryRow .dojoxGridTotalCell, |
||
713 | .tundra .dojoxGridRowCollapsed .dojoxGridExpandoCell, |
||
714 | .tundra .dojoxGridTreeModel .dojoxGridExpandoCell { |
||
715 | border-bottom-color: #D5CDB5; |
||
716 | } |
||
717 | .tundra .dojoxGridSubRowAlt { |
||
718 | background-color: #F8F8F8; |
||
719 | } |
||
720 | .tundra .dojoxGridRowOdd .dojoxGridSubRowAlt { |
||
721 | background-color: #EDEFF3; |
||
722 | } |
||
723 | .tundra .dojoxGridHeader .dojoxGridCell{ |
||
724 | background: #fafafa url(../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left; |
||
725 | border-top: 1px solid #bfbfbf; |
||
726 | |||
727 | } |
||
728 | .tundra .dojoxGridCell { |
||
729 | padding:0px; |
||
730 | |||
731 | |||
732 | |||
733 | } |
||
734 | .dj_ie6 .tundra .dojoxGridMasterView .dojoxGridCellOver{ |
||
735 | border: 1px dashed #e9e9e9; |
||
736 | } |
||
737 | .dj_ie6 .tundra .dojoxGridHeader .dojoxGridCellOver{ |
||
738 | border-bottom: none !important; |
||
739 | border-right: 1px solid #D5CDB5 !important; |
||
740 | border-top: 1px solid #D5CDB5 !important; |
||
741 | } |
||
742 | .tundra .dojoxGridRowbarInner { |
||
743 | width:20px; |
||
744 | } |
||
745 | .tundra .dojoxGridCellOver .dojoxGridSortNode{ |
||
746 | cursor:pointer; |
||
747 | background: #f8fafd url("../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x; |
||
748 | } |
||
749 | .tundra .dojoxGridSelectRegionHover{ |
||
750 | border-color: #a5beda; |
||
751 | border-bottom-color:#5c7590; |
||
752 | cursor:pointer; |
||
753 | color:#243C5F; |
||
754 | background: #f8fafd url("../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x; |
||
755 | } |
||
756 | .tundra .dojoxGridSortHover{ |
||
757 | border-color: #a5beda; |
||
758 | border-bottom-color:#5c7590; |
||
759 | color:#243C5F; |
||
760 | background: #f8fafd url("../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x; |
||
761 | cursor:pointer; |
||
762 | } |
||
763 | .tundra .dojoxGridSortWrapper{ |
||
764 | background: #fafafa url(../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left; |
||
765 | } |
||
766 | .dj_webkit .tundra .dojoxGridCell, |
||
767 | .dj_webkit .tundra .dojoxGridCellFocus, |
||
768 | .dj_webkit .tundra .dojoxGridHeaderCellSelectRegion, |
||
769 | .dj_webkit .tundra .dojoxGridUnarySortWrapper, |
||
770 | .dj_webkit .tundra .dojoxGridNestedSortWrapper, |
||
771 | .dj_webkit .tundra .dojoxGridSortRoot{ |
||
772 | outline: none; |
||
773 | } |
||
774 | .tundra .dojoxGridFocusBorder { |
||
775 | border-top: 1px dashed darkblue; |
||
776 | border-left: 1px dashed darkblue; |
||
777 | } |
||
778 | .tundra .dojoxGridSelectedDIV{ |
||
779 | background-color: #3366CC; |
||
780 | } |
||
781 | .dj_ie .tundra .dojoxGridSelectedDIV{ |
||
782 | filter: alpha(opacity = 30); |
||
783 | } |
||
784 | .tundra .dojoxGridBorderDIV{ |
||
785 | background-color: gray; |
||
786 | } |