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

Commit 0e8ee7c4 authored by Akhil's avatar Akhil 🙂
Browse files

Fixed for text editor and few icons

parent d17a61cb
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -427,9 +427,13 @@ button.action-item__menutoggle.icon-add,
  background-image: var(--icon-download-808080);
}
.icon-tasks,
.panel--header .icon-tasks {
.panel--header .icon-tasks,
.modal__content .icon-tasks {
  background-image: var(--icon-tasks-tasks-808080);
}
#tasks_panel .empty-content .icon-tasks {
  background-image: var(--icon-tasks-tasks-808080) !important;
}
.icon-checkmark {
  background-image: var(--icon-checkmark-808080);
}
@@ -785,6 +789,11 @@ body[data-dashboard-background="default"] #app-dashboard h2 {
#editor .menububble__button .icon-file {
  background-image: var(--icon-text-fff);
}

#editor .ProseMirror {
  background-color: var(--color-main-background) !important;
}

#fileList tr td.selection > .selectCheckBox + label::before,
#oc-dialog-filepicker-content .actions.creatable .icon.icon-add {
  opacity: 1;
@@ -1534,3 +1543,7 @@ input[type="email"]:not(:active):not(:hover):not(:focus) + .icon-confirm:focus {
#content-vue.app-talk .acli_wrapper .acli.active {
  background-color: transparent;
}

#content-vue.app-talk #app-sidebar .username-form button.icon-rename {
  background-image: var(--icon-rename-fff);
}