jquery.resizableColumns.css 334 B

123456789101112131415161718
  1. .rc-handle-container {
  2. position: relative;
  3. }
  4. .rc-handle {
  5. position: absolute;
  6. width: 7px;
  7. cursor: ew-resize;
  8. margin-left: -3px;
  9. z-index: 2;
  10. }
  11. table.rc-table-resizing {
  12. cursor: ew-resize;
  13. }
  14. table.rc-table-resizing thead,
  15. table.rc-table-resizing thead > th,
  16. table.rc-table-resizing thead > th > a {
  17. cursor: ew-resize;
  18. }