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

Commit a7d0c7cc authored by Ronak Patel's avatar Ronak Patel
Browse files

added rounded corner

parent b9d013d0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1760,6 +1760,10 @@ body.theme--dark.theme--highcontrast #header #appmenu li:focus a {
.notification[object_type="murena-notifications-news"] {
  background-color: var(--color-primary);
  color: var(--color-secondary-element);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.notification[object_type="murena-notifications-news"] img.notification-icon {
  display: none;
@@ -1788,3 +1792,8 @@ body.theme--dark.theme--highcontrast #header #appmenu li:focus a {
.notification[object_type="murena-notifications-news"] .notification-heading button:hover {
  background-color: unset;
}
#settings #expanddiv, #header .header-right > div > .notification-container.menu,
#settings #expanddiv, #header .header-right > div > .notification-container.menu > ul {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}