dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
13 lines (12 loc) • 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;
}