vis.js is a dynamic, browser-based visualization library
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.

28 lines
467 B

  1. .vis-current-time {
  2. background-color: #FF7F6E;
  3. width: 2px;
  4. z-index: 1;
  5. pointer-events: none;
  6. }
  7. .vis-rolling-mode-btn {
  8. height: 40px;
  9. width: 40px;
  10. position: absolute;
  11. top: 7px;
  12. right: 20px;
  13. border-radius: 50%;
  14. font-size: 28px;
  15. cursor: pointer;
  16. opacity: 0.8;
  17. color: white;
  18. font-weight: bold;
  19. text-align: center;
  20. background: #3876c2;
  21. }
  22. .vis-rolling-mode-btn:before {
  23. content: "\26F6";
  24. }
  25. .vis-rolling-mode-btn:hover {
  26. opacity: 1;
  27. }