You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

splitpanel.css 283B

12345678910111213
  1. .i-splitpanel-horizontal .hsplitter {
  2. width: 8px;
  3. background: #ccd2d0 url(img/bg_hor.png);
  4. border: 1px solid #b6bbbc;
  5. cursor: e-resize;
  6. }
  7. .i-splitpanel-vertical .vsplitter {
  8. height: 8px;
  9. background: #ccd2d0 url(img/bg_ver.png);
  10. border: 1px solid #b6bbbc;
  11. cursor: n-resize;
  12. }