not really known
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.

46 lines
1.1 KiB

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #main-toolbar #network-button {
  5. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  6. }
  7. #main-toolbar #restart-button {
  8. background-image: url(../icons/restart-game.svg);
  9. }
  10. #private-button {
  11. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
  12. width: 47px;
  13. height: 47px;
  14. margin: 4px 2px;
  15. color: white;
  16. color: transparent;
  17. background-color: transparent;
  18. background-position: center;
  19. background-repeat: no-repeat;
  20. background-size: contain;
  21. border: 0;
  22. border-radius: 5.5px;
  23. }
  24. #shared-button {
  25. background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-neighborhood.svg);
  26. width: 47px;
  27. height: 47px;
  28. margin: 4px 2px;
  29. color: white;
  30. color: transparent;
  31. background-color: transparent;
  32. background-position: center;
  33. background-repeat: no-repeat;
  34. background-size: contain;
  35. border: 0;
  36. border-radius: 5.5px;
  37. }
  38. #canvas {
  39. background-color: #101010;
  40. overflow-x: hidden;
  41. overflow-y: hidden;
  42. }