blob: d7f270f5e1e5f28974853ec0ddcb3d26778b0c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.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;
}
|