1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-21 20:17:56 +00:00
nextcloud-breeze-dark/css/apps/core/_notifications.scss
Magnus Walbeck a58dc593c2
Rewrite core styling #133 (#163)
Complete rewrite of core styling to realign with current Nextcloud, and rely more on CSS4 variable for theming.
2020-10-06 19:12:45 +02:00

31 lines
750 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);
}
}
/* Manual icon variable definitions for icons to prevent black icons -------- */
.icon-notifications-dark,
.icon-notifications {
background-image: var(--icon-notifications-notifications-dark-f2f2f2) !important;
}