Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ::-webkit-scrollbar
  2. {
  3. -webkit-appearance: none;
  4. }
  5. ::-webkit-scrollbar:vertical
  6. {
  7. width:10px;
  8. }
  9. ::-webkit-scrollbar-thumb
  10. {
  11. border:1px solid #FFF;
  12. background-color: rgba(0,0,0,0.5);
  13. }
  14. ::-webkit-scrollbar-track
  15. {
  16. background-color:#FFF;
  17. }
  18.  
  19. <table id="table" class="tablesorter-blue">
  20. <thead>
  21. <tr><th>Color</th><th>Shape</th></tr>
  22. </thead>
  23. <tbody id="table-body"></tbody>
  24. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement