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

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

border top for first child only

parent a7d0c7cc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1757,13 +1757,13 @@ body.theme--dark.theme--highcontrast #header #appmenu li:focus a {
}

/* notification */
.notification[object_type="murena-notifications-news"]:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.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;