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

Commit f446b1c5 authored by Akhil's avatar Akhil 🙂
Browse files

Added slight margin to dismiss-all

parent 4c7c8a77
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -363,7 +363,9 @@ footer {
.notifications-button.hasNotifications:focus {
  opacity: 1 !important;
}

#header .notification-wrapper .dismiss-all .icon.icon-close {
  margin-top: 4px;
}
#content #app-navigation,
#content.app-news #app-navigation button {
  color: var(--color-main-text);
@@ -714,7 +716,8 @@ body[data-dashboard-background="default"] #app-dashboard h2 {
  background-repeat: no-repeat;
}

.breadcrumb .canDrop > a, #filestable tbody tr.canDrop {
.breadcrumb .canDrop > a,
#filestable tbody tr.canDrop {
  background-color: var(--color-primary-light);
}