2012-05-01 19:52:07 +08:00

13 lines
304 B
CSS

.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;
}