root / trunk / web / dojo / dojox / grid / enhanced / resources / claroEnhancedGrid.css
History | View | Annotate | Download (17.5 KB)
1 |
.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 |
.claro .dojoxGrid { |
508 |
margin:0px; |
509 |
padding:0px; |
510 |
border-collapse:collapse; |
511 |
background-color:#fff; |
512 |
} |
513 |
.claro .dojoxGridMasterMessages { |
514 |
background-color: #fefefe; |
515 |
} |
516 |
.claro .dojoxGridLoading, |
517 |
.claro .dojoxGridError { |
518 |
background-position:left center; |
519 |
background-repeat: no-repeat; |
520 |
padding-left:25px; |
521 |
} |
522 |
.claro .dojoxGridLoading { |
523 |
background-image:url(../../../../dijit/themes/claro/images/loadingAnimation.gif); |
524 |
} |
525 |
.claro .dojoxGridError { |
526 |
background-image: url(../../../../dijit/icons/images/commonIconsObjActEnabled.png); |
527 |
background-position: -496px; |
528 |
width: 16px; |
529 |
height: 16px; |
530 |
} |
531 |
.claro .dojoxGridHeader { |
532 |
background-color:#FFF; |
533 |
} |
534 |
.claro .dojoxGridHeader .dojoxGridCell { |
535 |
background:url(../../resources/images/header.png) #e5edf4 repeat-x top; |
536 |
border-style:solid; |
537 |
border-width:1px; |
538 |
border-color:#BCBCBC #BCBCBC #BCBCBC transparent; |
539 |
} |
540 |
.dj_ie6 .claro .dojoxGridHeader .dojoxGridCell { |
541 |
border-color:#BCBCBC #BCBCBC #BCBCBC #e5edf4; |
542 |
} |
543 |
.claro .dojoxGridSortNode { |
544 |
background:url(../../resources/images/header_shadow.png) #e5edf4 repeat-x bottom; |
545 |
text-decoration:none; |
546 |
display:block; |
547 |
padding:4px 6px 5px 6px; |
548 |
border:1px solid #e0eefb; |
549 |
} |
550 |
.dj_ie6 .claro .dojoxGridSortNode { |
551 |
background-image:none; |
552 |
} |
553 |
.claro .dojoxGridCellOver .dojoxGridSortNode { |
554 |
background-color:#9dcfff; |
555 |
} |
556 |
.claro .dojoxGridArrowButtonChar { |
557 |
display:none; |
558 |
float:right; |
559 |
} |
560 |
.claro .dojoxGridArrowButtonNode { |
561 |
background:transparent url(../../../../dijit/themes/claro/images/spriteArrows.png) no-repeat scroll left center; |
562 |
display:block; |
563 |
float:right; |
564 |
height:1em; |
565 |
margin:2px 4px 0 5px; |
566 |
padding-left:0; |
567 |
width:7px; |
568 |
} |
569 |
.claro .dojoxGridSortUp .dojoxGridArrowButtonNode { |
570 |
background-position:-21px 50%; |
571 |
} |
572 |
.dj_ie .claro .dojoxGridHeader .dojoxGridRowTable { |
573 |
border-collapse:separate; |
574 |
} |
575 |
.claro .dojoxGridScrollbox { |
576 |
background-color: #fefefe; |
577 |
} |
578 |
.claro .dojoxGridRowbar { |
579 |
background:url(../../resources/images/header.png) #e5edf4 repeat-x top; |
580 |
border:none; |
581 |
border-right:1px solid #BCBCBC; |
582 |
} |
583 |
.claro .dojoxGridRowbarTable { |
584 |
background:transparent url(../../resources/images/header_shadow.png) repeat-x scroll center bottom; |
585 |
} |
586 |
.dj_ie6 .claro .dojoxGridRowbar, |
587 |
.dj_ie6 .claro .dojoxGridRowbarTable { |
588 |
background-image:none; |
589 |
} |
590 |
.claro .dojoxGridRowbarInner { |
591 |
border:none; |
592 |
border-bottom:1px solid #ccc; |
593 |
} |
594 |
.claro .dojoxGridRowbarOver .dojoxGridRowbarTable { |
595 |
background-color:#abd5fd; |
596 |
} |
597 |
.claro .dojoxGridRowBarActive .dojoxGridRowbarTable { |
598 |
background-color:#91c9fe; |
599 |
} |
600 |
.claro .dojoxGridRowbarSelected { |
601 |
background-color:#abd5fd; |
602 |
border-right:1px solid #ccc; |
603 |
} |
604 |
.claro .dojoxGridRow { |
605 |
border:none; |
606 |
background-color:#fff; |
607 |
} |
608 |
.dj_ie .claro .dojoxGridMasterView .dojoxGridRowTable { |
609 |
border-collapse:separate; |
610 |
} |
611 |
.claro .dojoxGridRowTable tr { |
612 |
background:url(../../resources/images/row_back.png) #fff repeat-x; |
613 |
} |
614 |
.claro .dojoxGridRowOdd .dojoxGridRowTable tr { |
615 |
background-color:#f4f9fd; |
616 |
} |
617 |
.claro .dojoxGridRowSelected .dojoxGridRowTable tr { |
618 |
background-color:#d3e9fb; |
619 |
} |
620 |
.claro .dojoxGridCell { |
621 |
padding:0px; |
622 |
border:1px solid transparent; |
623 |
} |
624 |
.dj_ie6 .claro .dojoxGridCell { |
625 |
border-color:#fff |
626 |
} |
627 |
.dj_ie6 .claro .dojoxGridRowOdd .dojoxGridCell { |
628 |
border-left-color:#f4f9fd; |
629 |
border-right-color:#f4f9fd; |
630 |
} |
631 |
.dj_ie6 .claro .dojoxGridRowSelected .dojoxGridCell { |
632 |
border-left-color:#d3e9fb; |
633 |
border-right-color:#d3e9fb; |
634 |
} |
635 |
.claro .dojoxGridRowSelected .dojoxGridCell { |
636 |
border-top:1px solid #BFD6EB; |
637 |
border-bottom:1px solid #BFD6EB; |
638 |
} |
639 |
.claro .dojoxGridCellFocus { |
640 |
border:1px dashed darkblue !important; |
641 |
} |
642 |
.claro .dojoxGridCellContent { |
643 |
padding:4px 6px 4px 6px; |
644 |
} |
645 |
.claro .dojoxGridRowOver .dojoxGridCell { |
646 |
background:url(../../resources/images/row_back.png) #ABD6FF; |
647 |
border-top:1px solid #769DC0; |
648 |
border-bottom:1px solid #769DC0; |
649 |
} |
650 |
.dj_ie6 .claro .dojoxGridRowOver .dojoxGridCell, |
651 |
.dj_ie7 .claro .dojoxGridRowOver .dojoxGridCell { |
652 |
border-left:1px solid #ABD6FF; |
653 |
border-right:1px solid #ABD6FF; |
654 |
} |
655 |
.claro .dojoxGridRowActive .dojoxGridCell { |
656 |
background:url(../../resources/images/td_button_down.png) #7DBEFA repeat-x; |
657 |
} |
658 |
.dj_ie6 .claro .dojoxGridRowActive .dojoxGridCell, |
659 |
.dj_ie7 .claro .dojoxGridRowActive .dojoxGridCell { |
660 |
border-left:1px solid #7DBEFA; |
661 |
border-right:1px solid #7DBEFA; |
662 |
} |
663 |
.claro .dojoxGridDoubleAffordance .dojoxGridRowOver .dojoxGridCellOver { |
664 |
border:solid 1px #769dc0; |
665 |
background-color:#93cafe; |
666 |
border-collapse:separate; |
667 |
} |
668 |
.claro .dojoxGridDoubleAffordance .dojoxGridRowActive .dojoxGridCell{ |
669 |
background-image:url(../../resources/images/row_back.png); |
670 |
} |
671 |
.claro .dojoxGridDoubleAffordance .dojoxGridRowActive .dojoxGridCellActive { |
672 |
background:url(../../resources/images/td_button_down.png) #93cafe repeat-x; |
673 |
} |
674 |
.dj_ie6 .claro .dojoxGridCell { |
675 |
background-image:none !important; |
676 |
} |
677 |
.claro .dojoxGridRowEditing td { |
678 |
|
679 |
background-color: #60a1ea; |
680 |
|
681 |
} |
682 |
.claro .dojoxGridRow-inserting td { |
683 |
background-color: #F4FFF4; |
684 |
} |
685 |
.claro .dojoxGridRow-inflight td { |
686 |
background-color: #F2F7B7; |
687 |
} |
688 |
.claro .dojoxGridRow-error td { |
689 |
background-color: #F8B8B6; |
690 |
} |
691 |
.claro .dojoxGrid .dojoDndItemBefore { |
692 |
border-left-color: #3559ac; |
693 |
} |
694 |
.claro .dojoxGrid .dojoDndItemAfter { |
695 |
border-right-color: #3559ac; |
696 |
} |
697 |
.claro .dojoxGridRowbarInner { |
698 |
width:20px; |
699 |
} |
700 |
.claro .dojoxGridSortHover { |
701 |
border-color:#a5beda; |
702 |
border-bottom-color:#5c7590; |
703 |
color:#243C5F; |
704 |
cursor:pointer; |
705 |
background-color:#abd5fd; |
706 |
} |
707 |
.claro .dojoxGridSortRoot { |
708 |
background:url("../../resources/images/header_shadow.png") repeat-x bottom; |
709 |
color:#000; |
710 |
text-decoration:none; |
711 |
border:1px solid #e0eefb; |
712 |
height:100%; |
713 |
display:block; |
714 |
margin-left:-1px; |
715 |
} |
716 |
.dj_ie .claro .dojoxGridSortRoot { |
717 |
border-right:1px solid #bcbcbc; |
718 |
} |
719 |
.claro .dojoxGridHeaderCellSelectRegion { |
720 |
padding:4px 0px 5px 6px; |
721 |
} |
722 |
.claro .dojoxGridSelectRegionHover { |
723 |
cursor:pointer; |
724 |
color:#243C5F; |
725 |
text-decoration:none; |
726 |
} |
727 |
.claro .dojoxGridSelectRegionHover, |
728 |
.claro .dojoxGridCellOver .dojoxGridSortWrapper, |
729 |
.claro .dojoxGridHeaderSelected .dojoxGridHeaderCellSelectRegion { |
730 |
background:url("../../resources/images/header.png") #abd5fd repeat-x bottom; |
731 |
} |
732 |
.claro .dojoxGridCellOver .dojoxGridSortWrapper { |
733 |
background-color:transparent; |
734 |
} |
735 |
.claro .dojoxGridHeaderSelected .dojoxGridHeaderActive { |
736 |
background-color:#91c9fe; |
737 |
} |
738 |
.claro td.dojoxGridRowSelected { |
739 |
border-collapse:separate; |
740 |
border:1px solid #BFD6EB; |
741 |
border-bottom:1px solid transparent; |
742 |
background:url("../../resources/images/row_back.png") #e3f2ff repeat-x; |
743 |
|
744 |
} |
745 |
.dj_ie6 .claro td.dojoxGridRowSelected, |
746 |
.dj_ie6 .claro .dojoxGridRowOdd td.dojoxGridRowSelected { |
747 |
border-color:#BFD6EB; |
748 |
} |
749 |
.claro .dojoxGridRowOver td.dojoxGridRowSelected { |
750 |
border-top:1px solid #769DC0; |
751 |
border-bottom:1px solid #769DC0; |
752 |
} |
753 |
.claro .dojoxGridRowActive td.dojoxGridRowSelected { |
754 |
background-image:url("../../resources/images/td_button_down.png"); |
755 |
} |
756 |
.claro .dojoxGridFocusBorder { |
757 |
border-top: 1px dashed darkblue; |
758 |
border-left: 1px dashed darkblue; |
759 |
} |
760 |
.claro .dojoxGridSelectedDIV { |
761 |
background-color: #3366CC; |
762 |
} |
763 |
.dj_ie .claro .dojoxGridSelectedDIV { |
764 |
filter: alpha(opacity = 30); |
765 |
} |
766 |
.claro .dojoxGridBorderDIV { |
767 |
background-color:#769DC0; |
768 |
} |
769 |
.dj_ie6 .claro .dojoxGridSortRoot, |
770 |
.dj_ie6 .claro .dojoxGridSelectRegionHover, |
771 |
.dj_ie6 .claro .dojoxGridCellOver .dojoxGridSortWrapper, |
772 |
.dj_ie6 .claro .dojoxGridHeaderSelected .dojoxGridHeaderCellSelectRegion { |
773 |
background-image:none; |
774 |
} |
775 |
.claro .dojoxGridCell, |
776 |
.claro .dojoxGridCellFocus, |
777 |
.claro .dojoxGridHeaderCellSelectRegion, |
778 |
.claro .dojoxGridUnarySortWrapper, |
779 |
.claro .dojoxGridNestedSortWrapper, |
780 |
.claro .dojoxGridSortRoot { |
781 |
outline: none; |
782 |
} |