1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 06:50:11 +00:00

Fix unreadable project name in Cospend. Fixes

This commit is contained in:
Magnus Walbeck 2022-07-26 23:02:12 +02:00
parent b2096297ab
commit 1bb46f694b
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
3 changed files with 4 additions and 20 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- [#307](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/307) Fix unreadable project name in Cospend
## 24.0.1 - 2022-05-14
### Added

View file

@ -1,19 +0,0 @@
/***
* @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);
}
}

View file

@ -70,7 +70,6 @@
@import "apps/thirdparty/bookmarks";
@import "apps/thirdparty/collectives";
@import "apps/thirdparty/cookbook";
@import "apps/thirdparty/cospend";
@import "apps/thirdparty/electronicsignatures";
@import "apps/thirdparty/flow-upload";
@import "apps/thirdparty/fulltextsearch";