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

Commit 82b11808 authored by Ronak Patel's avatar Ronak Patel Committed by Akhil
Browse files

icon issue in data migration page

parent 2e75d945
Loading
Loading
Loading
Loading
+17 −9
Original line number Diff line number Diff line
@@ -815,12 +815,16 @@
  }

  #uploadprogressbar + button.icon-close,
  #google-rm-cred .icon-close,
  #google-drive button .icon-close,
  #google-photos button .icon-close {
	background-image: var(--icon-close-fff);
  }

  #google-rm-cred .icon-close {
	background-image: var(--icon-close-000);
	opacity: 1;
  }

  .breadcrumb div.crumb span.icon-shared,
  .breadcrumb div.crumb span.icon-public,
  .selectedActions a,
@@ -1641,9 +1645,8 @@
	background-color: transparent;
  }

  #content-vue.app-talk #app-sidebar .username-form button.icon-rename,
  button.edit-output-dir .icon-rename {
	background-image: var(--icon-rename-fff);
  #content-vue.app-talk #app-sidebar .username-form button.icon-rename, button.edit-output-dir span.icon-rename {
	background-image: var(--icon-rename-000);
  }

  /* Google integration */
@@ -1653,21 +1656,26 @@
  }

  #google-import-contacts .icon-contacts-dark {
	background-image: var(--icon-contacts-app-ffffff);
	background-image: var(--icon-contacts-000);
  }

  #google-calendars button .icon-calendar-dark {
	background-image: var(--icon-calendar-calendar-ffffff);
	background-image: var(--icon-calendar-000);
  }

  #google-import-files .icon-files-dark {
	background-image: var(--icon-files-app-ffffff);
	background-image: var(--icon-files-000);
  }

  #google-import-photos .icon-picture {
	background-image: var(--icon-picture-ffffff);
	background-image: var(--icon-picture-000);
  }
  
  /* remove opacity */
  button.edit-output-dir span.icon-rename, #google-rm-cred .icon-close, #google-import-photos .icon-picture, #google-import-contacts .icon-contacts-dark, #google-calendars button .icon-calendar-dark, #google-import-files .icon-files-dark  {
	opacity: 1;
  }
  /** */
  #header .header-right .magnify-icon > svg {
	display: none;
  }