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.

20 lines
413 B

  1. #main-toolbar button:active,
  2. #main-toolbar button.active {
  3. background-color: #ddd;
  4. }
  5. #activity-button {
  6. background-image: url(../activity/activity-icon.svg);
  7. }
  8. #toggle-grid-button {
  9. background-image: url(../icons/toggle-grid.svg);
  10. }
  11. #toggle-hemisphere-button {
  12. background-image: url(../icons/toggle-hemisphere.svg);
  13. }
  14. #save-image-button {
  15. background-image: url(../icons/save-image.svg);
  16. }