Guest User

Untitled

a guest
May 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /********** JScrollPane CSS Begin***********/
  2.  
  3. scroll-pane {
  4. width: 400px;
  5. height: 200px;
  6. overflow:auto;
  7. float: left;
  8. }
  9.  
  10.  
  11. .jScrollPaneContainer {
  12.  
  13. overflow: hidden;
  14. z-index: 1;
  15. padding-right: 20px;
  16. height:200px;
  17. width:523px;
  18.  
  19. }
  20. .jScrollPaneTrack{
  21. position:absolute;
  22. cursor:pointer;
  23. right:0;
  24. top:0;
  25. height:100%;
  26. background-color: #CCC;
  27. }
  28. .jScrollPaneDrag{
  29. position:absolute;
  30. background:#2B69B2;
  31. cursor:pointer;
  32. overflow:hidden;
  33. -moz-border-radius:6px;
  34. -webkit-border-radius:6px;
  35.  
  36. }
  37.  
  38. .scroll-pane{padding:0;}
  39.  
  40. /********** JScrollPane CSS End ***********/
Add Comment
Please, Sign In to add comment