jquery.treetable.css 420 B

1234567891011121314151617181920
  1. table.treetable span.indenter {
  2. display: inline-block;
  3. margin: 0;
  4. padding: 0;
  5. text-align: right;
  6. user-select: none;
  7. -khtml-user-select: none;
  8. -moz-user-select: none;
  9. -o-user-select: none;
  10. -webkit-user-select: none;
  11. width: 19px;
  12. }
  13. table.treetable span.indenter a {
  14. background-position: left center;
  15. background-repeat: no-repeat;
  16. display: inline-block;
  17. text-decoration: none;
  18. width: 19px;
  19. }