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/official/_notes.scss

39 lines
942 B
SCSS

/***
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* Notes -------------------------------------------------------------------- */
.app-notes .app-navigation {
button.icon-confirm,
button.icon-close {
background-image: none !important;
}
}
/* Icons -------------------------------------------------------------------- */
.icon-notes {
background-image: var(--icon-notes-notes-f2f2f2) !important;
}
.icon-notes-trans {
background-image: var(--icon-notes-notes-trans-f2f2f2) !important;
}
.app-notes {
.icon-recent {
background-image: var(--icon-notes-recent-f2f2f2) !important;
}
.icon-emptyfolder {
background-image: var(--icon-notes-folder-empty-f2f2f2) !important;
}
.icon-files {
background-image: var(--icon-notes-folder-f2f2f2) !important;
}
}