You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
304 B
12 lines
304 B
.dojoxGridRtl .dojoxGridCellBorderLeftTopDIV{ |
|
left: auto; |
|
right: 0; |
|
border-width: 2px 2px 0 0; |
|
border-color: gray gray transparent transparent; |
|
} |
|
.dojoxGridRtl .dojoxGridCellBorderRightBottomDIV{ |
|
right: auto; |
|
left: 0; |
|
border-width: 0 0 2px 2px; |
|
border-color: transparent transparent gray gray; |
|
}
|
|
|