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.

54 lines
818 B

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #main-toolbar #photo-button {
  5. background-image: url(../icons/photo.svg);
  6. }
  7. #main-toolbar #video-button {
  8. background-image: url(../icons/video.svg);
  9. }
  10. #main-toolbar #audio-button {
  11. background-image: url(../icons/audio.svg);
  12. }
  13. #loading {
  14. z-index: 100;
  15. background: #ccc;
  16. display: none;
  17. position: absolute;
  18. width: 100%;
  19. }
  20. #loading-stop {
  21. margin-left: auto;
  22. margin-right: auto;
  23. width: 8%;
  24. display: block;
  25. }
  26. #loading-svg {
  27. width: 40%;
  28. height:40%;
  29. }
  30. .delbtn{
  31. position:relative;
  32. bottom:1%;
  33. right:1%;
  34. height:55px;
  35. width:56px;
  36. }
  37. .delbtn:hover{
  38. border-style:none;
  39. }
  40. .delbtn:focus{
  41. border-style: none;
  42. }
  43. html, body {
  44. overflow-y: visible;
  45. }