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

Commit 0a0a3b77 authored by Ronak Patel's avatar Ronak Patel
Browse files

reverted changes

parent e1ca09b5
Loading
Loading
Loading
Loading
+10 −17
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@
  body.theme--dark {
	--input-background-color: #181818;
	--icon-notifications-notifications-000000: url("/svg/notifications/notifications?color=000");
	--icon-notifications-notifications-new-000000: url("/themes/eCloud/apps/notifications/img/notifications-new");
	--icon-notifications-notifications-pre-000000: url("/themes/eCloud/apps/notifications/img/notifications-has-new");
	--icon-notifications-notifications-new-000000: url("/svg/notifications/notifications-new?color=000");
	--icon-search-000: url("/svg/core/actions/search?color=000");
  }

@@ -529,26 +528,20 @@
	background-image: var(--icon-files-app-808080);
  }

  #header .icon-notifications,
  #header .icon-notifications-new {
  #header .notifications-button,
  #header .hasNotifications {
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
  }

  .icon-notifications-new {
	background-image: var(--icon-notifications-notifications-new-000000);
  }
  .icon-notifications {
  .notifications-button {
	background-image: var(--icon-notifications-notifications-000000);
  }
  .icon-notifications-pre {
	background-image: var(--icon-notifications-notifications-pre-000000);

  .hasNotifications {
	background-image: var(--icon-notifications-notifications-new-000000);
  }
  /* .notifications-button {
	background-image: var(--icon-notifications-notifications-000000);
	background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
  } */

  .icon-external,
  .icon-goto {