nextcloud-breeze-dark/css/apps/core/_notifications.scss

24 lines
531 B
SCSS

/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* Notifications ------------------------------------------------------------ */
.toastify.toast {
border: 1px solid var(--color-border);
box-shadow: none;
}
.notification-container.menu {
li:hover {
background-color: inherit;
}
.notification:hover,
.dismiss-all:hover {
background-color: var(--color-background-hover);
}
}