1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-17 06:32:05 +00:00
nextcloud-breeze-dark/core/css/apps/official/_notifications.scss

18 lines
333 B
SCSS

/* Notifications ------------------------------------------------------------ */
.toastify.toast {
box-shadow: none;
border: 1px solid $decoration-normal;
}
.notification-container.menu {
li:hover {
background-color: inherit;
}
.notification:hover,
.dismiss-all:hover {
background-color: $background-active-hover;
}
}