2020-04-13 18:51:13 +02:00
|
|
|
/***
|
|
|
|
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
|
|
|
*
|
2020-04-19 10:42:50 +02:00
|
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
|
|
*/
|
2020-04-13 18:51:13 +02:00
|
|
|
|
|
|
|
/* Notes -------------------------------------------------------------------- */
|
|
|
|
|
2020-08-08 19:26:27 +02:00
|
|
|
.app-notes .app-navigation {
|
2020-10-06 19:12:45 +02:00
|
|
|
button.icon-confirm,
|
|
|
|
button.icon-close {
|
2020-08-08 19:26:27 +02:00
|
|
|
background-image: none !important;
|
2020-10-06 19:12:45 +02:00
|
|
|
}
|
2020-04-13 18:51:13 +02:00
|
|
|
}
|
2020-05-08 12:29:17 +02:00
|
|
|
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
|
2020-10-19 22:36:13 +02:00
|
|
|
.icon-notes {
|
|
|
|
background-image: var(--icon-notes-notes-f2f2f2) !important;
|
|
|
|
}
|
|
|
|
|
2021-03-10 22:19:52 +01:00
|
|
|
.icon-notes-trans {
|
|
|
|
background-image: var(--icon-notes-notes-trans-f2f2f2) !important;
|
|
|
|
}
|
|
|
|
|
2020-05-08 12:29:17 +02:00
|
|
|
.app-notes {
|
2020-10-06 19:12:45 +02:00
|
|
|
.icon-recent {
|
|
|
|
background-image: var(--icon-notes-recent-f2f2f2) !important;
|
|
|
|
}
|
2020-05-08 12:29:17 +02:00
|
|
|
|
2020-10-06 19:12:45 +02:00
|
|
|
.icon-emptyfolder {
|
|
|
|
background-image: var(--icon-notes-folder-empty-f2f2f2) !important;
|
|
|
|
}
|
2020-05-08 12:29:17 +02:00
|
|
|
|
2020-10-06 19:12:45 +02:00
|
|
|
.icon-files {
|
|
|
|
background-image: var(--icon-notes-folder-f2f2f2) !important;
|
|
|
|
}
|
2020-05-08 12:29:17 +02:00
|
|
|
}
|