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.

37 lines
723 B

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #main-toolbar #add-button {
  5. background-image: url(../icons/add.svg);
  6. }
  7. #main-toolbar #minus-button {
  8. background-image: url(../icons/minus.svg);
  9. }
  10. #main-toolbar #const-button{
  11. background-image: url(../icons/toggle-line.svg);
  12. }
  13. #main-toolbar #star-button{
  14. background-image: url(../icons/star.svg);
  15. }
  16. #main-toolbar #location-button{
  17. background-image: url(../icons/location.svg);
  18. }
  19. #main-toolbar #world-button{
  20. background-image: url(../icons/world.svg);
  21. }
  22. #main-toolbar #view-button{
  23. background-image: url(../icons/view.svg);
  24. }
  25. #starmap{
  26. height: 100%;
  27. width:100%;
  28. }
  29. #canvas {
  30. overflow-y: hidden;
  31. overflow-x: hidden;
  32. }