DnD_rtl.css 304 B

123456789101112
  1. .dojoxGridRtl .dojoxGridCellBorderLeftTopDIV{
  2. left: auto;
  3. right: 0;
  4. border-width: 2px 2px 0 0;
  5. border-color: gray gray transparent transparent;
  6. }
  7. .dojoxGridRtl .dojoxGridCellBorderRightBottomDIV{
  8. right: auto;
  9. left: 0;
  10. border-width: 0 0 2px 2px;
  11. border-color: transparent transparent gray gray;
  12. }