1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-14 12:06:25 +00:00
nextcloud-breeze-dark/css/apps/official/_notifications.scss

25 lines
572 B
SCSS

/* Notifications ------------------------------------------------------------ */
.toastify.toast {
box-shadow: none;
border: 1px solid var(--color-border);
}
.notification-container.menu {
li:hover {
background-color: inherit;
}
.notification:hover,
.dismiss-all:hover {
background-color: var(--color-background-hover);
}
}
/* Manual icon variable definitions for icons to prevent black icons -------- */
.notification-container .emptycontent .icon-notifications-dark {
background-image: var(--icon-notifications-notifications-dark-f2f2f2) !important;
}