styles.css 269 B

12345678910111213
  1. .links line {
  2. stroke: #999;
  3. stroke-opacity: 0.6;
  4. }
  5. .nodes text {
  6. -webkit-user-select: none!important;
  7. -moz-user-select: none!important;
  8. -ms-user-select: none!important;
  9. user-select: none!important;
  10. cursor: -webkit-grab;
  11. cursor: grab;
  12. }