mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 20:16:26 +00:00
20 lines
508 B
SCSS
20 lines
508 B
SCSS
/***
|
|
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* Cookbook ----------------------------------------------------------------- */
|
|
|
|
.app-cospend .app-navigation {
|
|
.newItemContainer .icon-confirm,
|
|
.newItemContainer .icon-close {
|
|
background-image: unset !important;
|
|
}
|
|
|
|
.selectedproject > a,
|
|
.selectedproject > div {
|
|
background-color: var(--color-primary);
|
|
}
|
|
}
|