Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ab0e5fd authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'pick-qa-fixes-by-ronak' into 'main'

Manual cherry-pick

See merge request !68
parents 7ef2f0aa 90edb162
Loading
Loading
Loading
Loading
+27 −2
Original line number Diff line number Diff line
@@ -1695,14 +1695,39 @@
  .new-icons .spreadsheet {background-image: url("../img/app-icons/Spreadsheet.svg");}
  .new-icons .tasks {background-image: url("../img/app-icons/Tasks.svg");}
  .new-icons .photos {background-image: url("../img/app-icons/Gallery.svg");}
  .new-icons .e-user-support-center {background-image: url("../img/app-icons/Support.svg");}
  /* .new-icons .passwords {background-image: url("../img/app-icons/Password.svg");} */

  #appmenu li:hover a, #appmenu li a:focus {
	font-size: 12px;
	font-family: 'Roboto';
	letter-spacing: 1px;
  }
  #filestable thead{background-color: unset !important ;}
  #filestable thead{background-color: white !important ;}
  #recommendations{height: 100px !important;}
  .recommendation{border: 1px solid #E6E8E9;padding: 10px !important;margin-bottom: 5px;border-radius: 6px !important;}
  progress{border-radius: 10px 10px !important;height: 12px !important;}
  #appmenu li a:focus .icon-more, #appmenu li a:focus .icon-more-white {transform: none !important;}
  #more-apps:hover span, #more-apps:focus span, #more-apps a:focus span{display: none !important;}

  button#quotaincreasebutton {
      margin-top: 15px !important;
  }
  .warning-messsage footer {
      position: fixed;
  }
  @media only screen and (max-width: 640px) {
      .new-icons .color-icons {
          height: 50px;
          background-size: 40px;
      }
      #launcher-menu {
          width: 300px  !important;
          left: 10%  !important;
      }
  }
  @media only screen and (max-width: 640px) {
      #launcher-menu {
          left: 5% !important;
      }
  }
+13 −0
Original line number Diff line number Diff line
<svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M57.133 0H15.533C7.13828 0 0.333008 6.80527 0.333008 15.2V56.8C0.333008 65.1947 7.13828 72 15.533 72H57.133C65.5277 72 72.333 65.1947 72.333 56.8V15.2C72.333 6.80527 65.5277 0 57.133 0Z" fill="url(#paint0_linear_958_822)"/>
<path d="M53.583 36.4217C53.583 25.8992 45.418 18.75 36.333 18.75C27.3438 18.75 19.083 25.7458 19.083 36.5367C17.933 37.1883 17.1663 38.415 17.1663 39.8333V43.6667C17.1663 45.775 18.8913 47.5 20.9997 47.5H22.9163V35.8083C22.9163 28.3908 28.9155 22.3917 36.333 22.3917C43.7505 22.3917 49.7497 28.3908 49.7497 35.8083V49.4167H34.4163V53.25H49.7497C51.858 53.25 53.583 51.525 53.583 49.4167V47.0783C54.7138 46.4842 55.4997 45.315 55.4997 43.935V39.5267C55.4997 38.185 54.7138 37.0158 53.583 36.4217Z" fill="#2081FB"/>
<path d="M30.583 39.8333C31.6415 39.8333 32.4997 38.9752 32.4997 37.9167C32.4997 36.8581 31.6415 36 30.583 36C29.5244 36 28.6663 36.8581 28.6663 37.9167C28.6663 38.9752 29.5244 39.8333 30.583 39.8333Z" fill="#2081FB"/>
<path d="M42.083 39.8333C43.1415 39.8333 43.9997 38.9752 43.9997 37.9167C43.9997 36.8581 43.1415 36 42.083 36C41.0244 36 40.1663 36.8581 40.1663 37.9167C40.1663 38.9752 41.0244 39.8333 42.083 39.8333Z" fill="#2081FB"/>
<path d="M47.833 34.1408C46.913 28.6783 42.1597 24.5 36.4288 24.5C30.6213 24.5 24.373 29.3108 24.8713 36.8625C29.6055 34.9267 33.1705 30.71 34.1863 25.5733C36.6972 30.6142 41.853 34.0833 47.833 34.1408Z" fill="#2081FB"/>
<defs>
<linearGradient id="paint0_linear_958_822" x1="36.333" y1="1.408" x2="36.333" y2="72.216" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="#E6E8E9"/>
</linearGradient>
</defs>
</svg>