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.

17 lines
288 B

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #save-button {
  5. background-image: url(../icons/save-colors.svg);
  6. }
  7. #reset-button {
  8. background-image: url(../icons/reset-clear.svg);
  9. }
  10. #canvas {
  11. overflow-x: hidden;
  12. overflow-y: hidden;
  13. }